Class IgbPositionStrategy
Documentation
Position strategies determine where to display the component in the provided IgxOverlayService.
Inheritance
System.Object
IgbPositionStrategy
Assembly: IgniteUI.Blazor.dll
Syntax
public class IgbPositionStrategy : BaseRendererElement, JsonSerializable
Constructors
IgbPositionStrategy()
Declaration
public IgbPositionStrategy()
Properties
Settings
PositionSettings to use when position the component in the overlay
Declaration
public IgbPositionSettings Settings { get; set; }
Property Value
Type
Declaration
public override string Type { get; }
Property Value
Type |
Description |
System.String |
|
Overrides
Methods
Clone()
Declaration
public IgbPositionStrategy Clone()
Returns
CloneAsync()
Clone the strategy instance.
settings.positionStrategy.clone();
Declaration
public Task<IgbPositionStrategy> CloneAsync()
Returns
FindByName(String)
Declaration
public override object FindByName(string name)
Parameters
Type |
Name |
Description |
System.String |
name |
|
Returns
Type |
Description |
System.Object |
|
Overrides
SetNativeElement(Object)
Declaration
public void SetNativeElement(object element)
Parameters
Type |
Name |
Description |
System.Object |
element |
|
SetNativeElementAsync(Object)
Declaration
public Task SetNativeElementAsync(object element)
Parameters
Type |
Name |
Description |
System.Object |
element |
|
Returns
Type |
Description |
System.Threading.Tasks.Task |
|
Implements