Class PolylineData
Represents polyline data in geographical coordinates.
Inherited Members
Namespace: Telerik.Windows.Controls.Map
Assembly: Telerik.Windows.Controls.DataVisualization.dll
Syntax
public class PolylineData : MapShapeData, IExtendedData, INotifyPropertyChanged, IGeoSizeProvider, IColorable
Remarks
Can be created in the background thread and used in the UI thread.
Constructors
PolylineData()
Declaration
public PolylineData()
Properties
FillRule
Gets or sets a FillRule enumeration that specifies how the interior fill of the shape is determined.
Declaration
public FillRule FillRule { get; set; }
Property Value
System.Windows.Media.FillRule
|
Points
Gets or sets points collection.
Declaration
public LocationCollection Points { get; set; }
Property Value
LocationCollection
|
Methods
CalculateLogicalCoordinates()
Calculates logical coordinates.
Declaration
protected override void CalculateLogicalCoordinates()
Overrides
GetScreenGeometry(Int32)
Calculates screen geometry.
Declaration
protected override string GetScreenGeometry(int zoomLevel)
Parameters
System.Int32
zoomLevel
Zoom level to get screen geometry for. |
Returns
System.String
String representation of the screen geometry. |
Overrides
UpdateGeoBounds()
Updates geographic bounds of the shape.
Declaration
protected override void UpdateGeoBounds()