Class RotationMode
Rotation mode for the elements positioned over the radial scale.
Inheritance
System.Object
RotationMode
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
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
SurroundOut
Objects surround radial scale with bottom line line is directed backwards the center of the scale.
Declaration
public const RotationMode SurroundOut
Field Value
value__
Declaration
public int value__
Field Value
System.
|