MindFusion.Wpf Pack Programmer's Guide
LinearScale.ScaleLength Property
See Also
 





Gets or sets the length of the scale. This is a dependency property.

Namespace: MindFusion.Gauges.Wpf
Assembly: MindFusion.Gauges.Wpf

 Syntax

C#  Copy Code

public Length ScaleLength { get; set; }

Visual Basic  Copy Code

Public Property ScaleLength As Length

 Property Value

An instance of the Length structure.

 Remarks

Relative 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

LinearScale Members
LinearScale Class
MindFusion.Gauges.Wpf Namespace
Left Property
Top Property