Class RotationMode
Rotation mode for the elements positioned over the radial scale.
Inheritance
Namespace: Telerik.Windows.Controls.Gauge
Assembly: Telerik.Windows.Controls.DataVisualization.dll
Syntax
public sealed class RotationMode : Enum
Fields
Automatic
Objects are rotated automatically.
Declaration
public const RotationMode Automatic
Field Value
RotationMode
|
None
SurroundIn
Objects surround radial scale with object bottom line is directed towards the center of the scale.
Declaration
public const RotationMode SurroundIn
Field Value
RotationMode
|
SurroundOut
Objects surround radial scale with bottom line line is directed backwards the center of the scale.
Declaration
public const RotationMode SurroundOut
Field Value
RotationMode
|
value__
Declaration
public int value__
Field Value
System.Int32
|