Xceed Toolkit Plus for WPF v4.6 Documentation
IsTickLabelRotated Property


Xceed.Wpf.Toolkit Assembly > Xceed.Wpf.Toolkit Namespace > RadialGauge Class : IsTickLabelRotated Property
Gets or sets if the label on the MajorTicks will be rotated to follow the tangent of its position along the circumference of the RadialGauge.
Syntax
'Declaration
 
Public Property IsTickLabelRotated As Boolean
'Usage
 
Dim instance As RadialGauge
Dim value As Boolean
 
instance.IsTickLabelRotated = value
 
value = instance.IsTickLabelRotated
public bool IsTickLabelRotated {get; set;}

Property Value

true to rotate it; false to keep the label horizontal.
Requirements

Target Platforms: Windows 11, Windows 10, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

RadialGauge Class
RadialGauge Members