Gets or sets the rotation mode of the labels. This is a dependency property.
Namespace: MindFusion.Gauges.Wpf
Assembly: MindFusion.Gauges.Wpf
SyntaxC#
Copy Code
|
|---|
public LabelRotation LabelRotation { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property LabelRotation As LabelRotation |
An instance of the LabelRotation enumeration.
RemarksFor more information on the effect of this property, check the LabelRotation enumeration.
See Also