ArcScaleLayer Members
A layer that contains properties to define the visual presentation of a circular scale.Constructors
| Name | Description |
|---|---|
| ArcScaleLayer() | Initializes a new instance of the ArcScaleLayer class with default settings. |
Fields
| Name | Description |
|---|---|
| OptionsProperty static | Identifies the ScaleLayerBase.Options dependency property. Inherited from ScaleLayerBase. |
| PresentationProperty static | Identifies the ArcScaleLayer.Presentation dependency property. |
| VisibleProperty static | Identifies the LayerBase.Visible dependency property. Inherited from LayerBase. |
Properties
| Name | Description |
|---|---|
| Options | Provides access to the settings that specify the shape and position of the current scale layer. Inherited from ScaleLayerBase. |
| PredefinedPresentations static | Returns a list of predefined presentations for an arc scale layer. |
| Presentation | Gets or sets the current presentation that specifies the appearance of the layer. |
| Visible | Gets or sets whether the layer is visible. Inherited from LayerBase. |
Events
| Name | Description |
|---|---|
| PropertyChanged | Occurs every time any of the GaugeDependencyObject class properties has changed its value. Inherited from GaugeDependencyObject. |
See Also