Click or drag to resize

MapPolylineBase Properties

The MapPolylineBase type exposes the following members.

Properties
  NameDescription
Protected propertyDefiningGeometry
Gets a value that represents the geometry of the shape.
(Overrides ShapeDefiningGeometry.)
Public propertyGeoTransform
Gets or sets a method which transforms a point from one coordinate system to another.
(Inherited from MapShape.)
Public propertyMapStrokeThickness
Gets or sets the map stroke thickness.
(Inherited from MapShape.)
Public propertyPoints
Gets or sets the points of the polyline.
Public propertyScaleFactor
Gets or sets the scale factor. See ScaleFactorProperty.
(Inherited from MapShape.)
Public propertyTransformedPoints
Gets or sets the transformed points. The transformed points are a collection of points which have been transformed to the currently applied spatial reference system. This property helps to improve performance since the point transformation is only done once.
Top
See Also