Class IgbDockingIndicator
Inheritance
System.Object
IgbDockingIndicator
Assembly: IgniteUI.Blazor.dll
Syntax
public class IgbDockingIndicator : BaseRendererElement, JsonSerializable
Constructors
IgbDockingIndicator()
Declaration
public IgbDockingIndicator()
Properties
Direction
Declaration
public string Direction { get; set; }
Property Value
| Type |
Description |
| System.String |
|
IsRoot
Gets a value indicating whether the docking indicator is a root one.
Declaration
public bool IsRoot { get; set; }
Property Value
| Type |
Description |
| System.Boolean |
|
Position
Gets the position of the docking indicator.
Declaration
public DockingIndicatorPosition Position { get; set; }
Property Value
Type
Declaration
public override string Type { get; }
Property Value
| Type |
Description |
| System.String |
|
Overrides
Methods
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