Skip to main content

ScaleLineOptions Members

Contains layout and appearance options for a scale line.

Constructors

Name Description
ScaleLineOptions() Initializes a new instance of the ScaleLineOptions class with default settings.

Fields

Name Description
OffsetProperty static Identifies the ScaleLineOptions.Offset dependency property.
ThicknessProperty static Identifies the ScaleLineOptions.Thickness dependency property.
ZIndexProperty static Identifies the ScaleLineOptions.ZIndex dependency property.

Properties

Name Description
Offset Gets or sets the offset specifying a line’s position on a scale.
Thickness Gets or sets a value that specifies the thickness of the line on a scale.
ZIndex Gets or sets the z-index of a scale line.

Events

Name Description
PropertyChanged Occurs every time any of the GaugeDependencyObject class properties has changed its value. Inherited from GaugeDependencyObject.
See Also