Skip to main content

MapDotSettings Members

Contains settings used to generate map dots.

Constructors

Name Description
MapDotSettings() Initializes a new instance of the MapDotSettings class with default settings.

Fields

Name Description
IsHitTestVisibleProperty static Identifies the MapItemSettingsBase.IsHitTestVisible dependency property. Inherited from MapItemSettingsBase.
ShapeKindProperty static Identifies the MapDotSettings.ShapeKind dependency property.
SizeProperty static Identifies the MapDotSettings.Size dependency property.
VisibleProperty static Identifies the MapItemSettingsBase.Visible dependency property. Inherited from MapItemSettingsBase.

Properties

Name Description
Default static Returns the default settings of MapDot objects.
IsHitTestVisible Gets or sets a value that defines whether a map item can be returned as a hit-testing result. Inherited from MapItemSettingsBase.
ShapeKind Gets or sets the shape kind of dots generated using these settings.
Size Gets or sets the size of dots generated using these settings.
Visible Gets or sets the value that specifies whether the map items generated using these settings are visible. Inherited from MapItemSettingsBase.

Events

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