ArcScaleNeedleOptions Members
Contains layout options for arc scale needles.Constructors
| Name | Description |
|---|---|
| ArcScaleNeedleOptions() | Initializes a new instance of the ArcScaleNeedleOptions class with default settings. |
Fields
| Name | Description |
|---|---|
| EndOffsetProperty static | Identifies the ArcScaleNeedleOptions.EndOffset dependency property. |
| StartOffsetProperty static | Identifies the ArcScaleNeedleOptions.StartOffset dependency property. |
| ZIndexProperty static | Identifies the ArcScaleNeedleOptions.ZIndex dependency property. |
Properties
| Name | Description |
|---|---|
| EndOffset | Gets or sets the offset of the needle‘s end point from the edge of the Circular scale. |
| StartOffset | Gets or sets the offset of the needle‘s starting point from the Circular scale center. |
| ZIndex | Gets or sets the z-index of a needle. |
Events
| Name | Description |
|---|---|
| PropertyChanged | Occurs every time any of the GaugeDependencyObject class properties has changed its value. Inherited from GaugeDependencyObject. |
See Also