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
System.Object
MapGeometryView
Namespace: Telerik.Windows.Controls.Map
Assembly: Telerik.Windows.Controls.DataVisualization.dll
Syntax
public class MapGeometryView : DependencyObject
Constructors
MapGeometryView()
Declaration
public MapGeometryView()
Properties
GeometryData
Gets or sets underlying map shape geometry data object.
Declaration
public GeometryData GeometryData { get; protected set; }
Property Value
GeometryData
|