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