Class LabelLayoutMode
Determines where to place Label on top of the element or between two of them.
Inheritance
System.Object
LabelLayoutMode
Namespace: Telerik.Windows.Controls.Map
Assembly: Telerik.Windows.Controls.DataVisualization.dll
Syntax
public sealed class LabelLayoutMode : Enum
Fields
Between
Label is placed between two elements.
Declaration
public const LabelLayoutMode Between
Field Value
LabelLayoutMode
|
Center
Label is placed on top of the element.
Declaration
public const LabelLayoutMode Center
Field Value
LabelLayoutMode
|
value__
Declaration
public int value__
Field Value
System.Int32
|