LinearScaleMarkerOptions Members
Contains layout options for a linear scale marker.Constructors
| Name | Description |
|---|---|
| LinearScaleMarkerOptions() | Initializes a new instance of the LinearScaleMarkerOptions class with default settings. |
Fields
| Name | Description |
|---|---|
| FactorHeightProperty static | Identifies the MarkerOptionsBase.FactorHeight dependency property. Inherited from MarkerOptionsBase. |
| FactorWidthProperty static | Identifies the MarkerOptionsBase.FactorWidth dependency property. Inherited from MarkerOptionsBase. |
| OffsetProperty static | Identifies the MarkerOptionsBase.Offset dependency property. Inherited from MarkerOptionsBase. |
| OrientationProperty static | Identifies the LinearScaleMarkerOptions.Orientation dependency property. |
| ZIndexProperty static | Identifies the LinearScaleMarkerOptions.ZIndex dependency property. |
Properties
| Name | Description |
|---|---|
| FactorHeight | Gets or sets a value by which the marker’s height should be multiplied. Inherited from MarkerOptionsBase. |
| FactorWidth | Gets or sets a value by which the marker’s width should be multiplied. Inherited from MarkerOptionsBase. |
| Offset | Gets or sets the offset specifying a marker’s position on a scale. Inherited from MarkerOptionsBase. |
| Orientation | Provides different types of orientation for the marker on the Linear scale. |
| ZIndex | Gets or sets the z-index of a marker. |
Events
| Name | Description |
|---|---|
| PropertyChanged | Occurs every time any of the GaugeDependencyObject class properties has changed its value. Inherited from GaugeDependencyObject. |
See Also