Gets or sets the width of the scale bar at its end. This is a dependency property.
Namespace: MindFusion.Gauges.Wpf
Assembly: MindFusion.Gauges.Wpf
SyntaxC#
Copy Code
|
|---|
public Length EndWidth { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property EndWidth As Length |
An instance of the Length structure.
RemarksThis property, in conjunction with StartWidth, define the thickness of the scale.
See Also