Skip to main content

ArcScaleMarkerOptions Members

Contains layout options for an arc scale marker.

Constructors

Name Description
ArcScaleMarkerOptions() Initializes a new instance of the ArcScaleMarkerOptions 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 ArcScaleMarkerOptions.Orientation dependency property.
ZIndexProperty static Identifies the ArcScaleMarkerOptions.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 Circular 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