Skip to main content

MarkerOptionsBase Members

Serves as the base class for all marker options.

Fields

Name Description
FactorHeightProperty static Identifies the MarkerOptionsBase.FactorHeight dependency property.
FactorWidthProperty static Identifies the MarkerOptionsBase.FactorWidth dependency property.
OffsetProperty static Identifies the MarkerOptionsBase.Offset dependency property.

Properties

Name Description
FactorHeight Gets or sets a value by which the marker’s height should be multiplied.
FactorWidth Gets or sets a value by which the marker’s width should be multiplied.
Offset Gets or sets the offset specifying a marker’s position on a scale.

Events

Name Description
PropertyChanged Occurs every time any of the GaugeDependencyObject class properties has changed its value. Inherited from GaugeDependencyObject.
See Also