LinearScaleRangeBarOptions Members
Contains appearance and layout options for a linear scale range bar.Constructors
| Name | Description |
|---|---|
| LinearScaleRangeBarOptions() | Initializes a new instance of the LinearScaleRangeBarOptions class with default settings. |
Fields
| Name | Description |
|---|---|
| OffsetProperty static | Identifies the RangeBarOptionsBase.Offset dependency property. Inherited from RangeBarOptionsBase. |
| ThicknessProperty static | Identifies the RangeBarOptionsBase.Thickness dependency property. Inherited from RangeBarOptionsBase. |
| ZIndexProperty static | Identifies the LinearScaleRangeBarOptions.ZIndex dependency property. |
Properties
| Name | Description |
|---|---|
| Offset | Gets or sets the offset specifying a range bar’s position on a scale. Inherited from RangeBarOptionsBase. |
| Thickness | Gets or sets a value that specifies the thickness of the range bar on a scale. Inherited from RangeBarOptionsBase. |
| ZIndex | Gets or sets the z-index of a range bar. |
Events
| Name | Description |
|---|---|
| PropertyChanged | Occurs every time any of the GaugeDependencyObject class properties has changed its value. Inherited from GaugeDependencyObject. |
See Also