Skip to main content

RangeOptions Members

Contains layout and appearance options for a range.

Constructors

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

Fields

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

Properties

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

Events

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