Gets or sets the distance between the left of this scale and the left of its container. This is a dependency property.
Namespace: MindFusion.Gauges.Wpf
Assembly: MindFusion.Gauges.Wpf
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