Class LegendDockPosition
To specify the legend dock position.
Inheritance
System.Object
LegendDockPosition
Namespace: Syncfusion.Windows.Forms.Maps
Assembly: Syncfusion.Maps.Windows.dll
Syntax
public sealed class LegendDockPosition : Enum
Fields
Bottom
To specify the Legend Dock Position as Bottom
Declaration
public const LegendDockPosition Bottom
Field Value
| Type |
|---|
| LegendDockPosition |
Left
To specify the Legend Dock Position as Left
Declaration
public const LegendDockPosition Left
Field Value
| Type |
|---|
| LegendDockPosition |
Right
To specify the Legend Dock Position as Right
Declaration
public const LegendDockPosition Right
Field Value
| Type |
|---|
| LegendDockPosition |
Top
To specify the Legend Dock Position as Top
Declaration
public const LegendDockPosition Top
Field Value
| Type |
|---|
| LegendDockPosition |