Class MapGeometryView
Classes that derive from this abstract base class define geometric shapes given in geographical coordinates. Geometry objects can be used for clipping, hit-testing, and rendering 2-D graphic data.
Inheritance
Namespace: Telerik.Windows.Controls.Map
Assembly: Telerik.Windows.Controls.DataVisualization.dll
Syntax
public class MapGeometryView : Freezable
Constructors
MapGeometryView()
Initializes a new instance of the MapGeometryView class.
Declaration
public MapGeometryView()
Properties
GeometryData
Gets or sets underlying map shape geometry data object.
Declaration
public GeometryData GeometryData { get; protected set; }
Property Value
GeometryData
|
Methods
CreateInstanceCore()
When implemented in a derived class, creates a new instance of the Freezable derived class.
Declaration
protected override Freezable CreateInstanceCore()
Returns
System.Windows.Freezable
The new instance. |