Gets or sets the width of this range at its start.
Namespace: MindFusion.Gauges
Assembly: MindFusion.Gauges
SyntaxC#
Copy Code
|
|---|
public Length StartWidth { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property StartWidth As Length |
An instance of the Length structure.
See Also