Search
LinearScale.Left Property
See Also
 






Gets or sets the distance between the left of this scale and the left of its container.

Namespace: MindFusion.Gauges
Assembly: MindFusion.Gauges

 Syntax

C#  Copy Code

public Length Left { get; set; }

Visual Basic  Copy Code

Public Property Left As Length

 Property Value

An instance of the Length structure.

 See Also