Gets or sets the distance between the left of this scale and the left of its container.
Namespace: MindFusion.Gauges
Assembly: MindFusion.Gauges
SyntaxC#
Copy Code
|
|---|
public Length Left { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property Left As Length |
An instance of the Length structure.
See Also