LinearScaleLevelBarOptions Members
Contains layout options for a linear scale’s level bar.Constructors
| Name | Description |
|---|---|
| LinearScaleLevelBarOptions() | Initializes a new instance of the LinearScaleLevelBarOptions class with default settings. |
Fields
| Name | Description |
|---|---|
| FactorThicknessProperty static | Identifies the LinearScaleLevelBarOptions.FactorThickness dependency property. |
| OffsetProperty static | Identifies the LinearScaleLevelBarOptions.Offset dependency property. |
| ZIndexProperty static | Identifies the LinearScaleLevelBarOptions.ZIndex dependency property. |
Properties
| Name | Description |
|---|---|
| FactorThickness | Gets or sets a value by which the level bar‘s thickness should be multiplied. |
| Offset | Gets or sets the offset specifying a level bar‘s position on a Linear scale. |
| ZIndex | Gets or sets the z-index of a level bar. |
Events
| Name | Description |
|---|---|
| PropertyChanged | Occurs every time any of the GaugeDependencyObject class properties has changed its value. Inherited from GaugeDependencyObject. |
See Also