Search
BaseScale.StartWidth Property
See Also
 






Gets or sets the width of the scale bar at its beginning.

Namespace: MindFusion.Gauges
Assembly: MindFusion.Gauges

 Syntax

C#  Copy Code

public Length StartWidth { get; set; }

Visual Basic  Copy Code

Public Property StartWidth As Length

 Property Value

An instance of the Length structure.

 See Also