Gets or sets the length of the scale. This is a dependency property.
Namespace: MindFusion.Gauges.Wpf
Assembly: MindFusion.Gauges.Wpf
SyntaxC#
Copy Code
|
|---|
public Length ScaleLength { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property ScaleLength As Length |
An instance of the Length structure.
RemarksRelative scale length is measured based on the width of the control in horizontal scales and on the height of the control in vertical scales.
See Also