Class ArrowPosition
Defines the arrow position in navigation line.
Inheritance
System.Object
ArrowPosition
Namespace: Syncfusion.Blazor.Maps
Assembly: Syncfusion.Blazor.dll
Syntax
public sealed class ArrowPosition : Enum
Fields
End
Defines the arrow to be positioned at the end of the navigation line.
Declaration
public const ArrowPosition End
Field Value
Type |
---|
ArrowPosition |
Start
Defines the arrow to be positioned at the start of the navigation line.
Declaration
public const ArrowPosition Start
Field Value
Type |
---|
ArrowPosition |