ElevationInformation Members
Contains elevation information about a geographical point.Constructors
| Name | Description |
|---|---|
| ElevationInformation() | Initializes a new instance of the ElevationInformation class with default settings. |
Fields
| Name | Description |
|---|---|
| ElevationProperty static | Identifies the ElevationInformation.Elevation dependency property. |
| LocationProperty static | Identifies the ElevationInformation.Location dependency property. |
Properties
| Name | Description |
|---|---|
| Elevation | Gets or sets the elevation value in the specified geographical point. |
| Location | Gets or sets the location by the geographical point. |
Events
| Name | Description |
|---|---|
| PropertyChanged | Occurs every time any of the MapDependencyObject class properties has changed its value. Inherited from MapDependencyObject. |
See Also