RadControls for Silverlight

Label rotation mode.

Namespace: Telerik.Windows.Controls.Gauges
Assembly: Telerik.Windows.Controls.Gauge (in Telerik.Windows.Controls.Gauge.dll) Version: 2013.1.403.1050

Syntax

C#
public enum LabelRotationMode
Visual Basic
Public Enumeration LabelRotationMode

Members

Member nameValueDescription
None0 No label rotation.
Automatic1 Labels are rotated.
SurroundIn2 Labels surround radial scale with character’s base line is directed towards the center of the scale.
SurroundOut3 Labels surround radial scale with character’s base line is directed backwards the center of the scale.

See Also