MapEllipseSettings Members
Contains settings used to generate map ellipses.Constructors
| Name | Description |
|---|---|
| MapEllipseSettings() | Initializes a new instance of the MapEllipseSettings class with default settings. |
Fields
| Name | Description |
|---|---|
| HeightProperty static | Identifies the MapEllipseSettings.Height dependency property. |
| IsHitTestVisibleProperty static | Identifies the MapItemSettingsBase.IsHitTestVisible dependency property. Inherited from MapItemSettingsBase. |
| VisibleProperty static | Identifies the MapItemSettingsBase.Visible dependency property. Inherited from MapItemSettingsBase. |
| WidthProperty static | Identifies the MapEllipseSettings.Width dependency property. |
Properties
| Name | Description |
|---|---|
| Default static | Returns the default settings of MapEllipse objects. |
| Height | Gets or sets the height of the generated ellipses using these settings. |
| IsHitTestVisible | Gets or sets a value that defines whether a map item can be returned as a hit-testing result. Inherited from MapItemSettingsBase. |
| Visible | Gets or sets the value that specifies whether the map items generated using these settings are visible. Inherited from MapItemSettingsBase. |
| Width | Gets or sets the width of generated ellipses using these settings. |
Events
| Name | Description |
|---|---|
| PropertyChanged | Occurs every time any of the MapDependencyObject class properties has changed its value. Inherited from MapDependencyObject. |
See Also