MapPolyLineSegment Members
A segment of the map polyline.Constructors
| Name | Description |
|---|---|
| MapPolyLineSegment() | Initializes a new instance of the MapPolyLineSegment class with default settings. |
Fields
| Name | Description |
|---|---|
| PointsProperty static | Identifies the MapPolyLineSegment.Points dependency property. |
Properties
| Name | Description |
|---|---|
| Points | Gets or sets the collection of CoordPoint class descendant objects. |
Events
| Name | Description |
|---|---|
| PropertyChanged | Occurs every time any of the MapDependencyObject class properties has changed its value. Inherited from MapDependencyObject. |
See Also