ClassMapGeometryView
Class
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.
Definition
Namespace:Telerik.UI.Xaml.Controls.DataVisualization.Map
Assembly:Telerik.WinUI.Controls.dll
Syntax:
cs-api-definition
public class MapGeometryView : DependencyObject
Inheritance: objectMapGeometryView
Derived Classes:
Constructors
MapGeometryView()
Initializes a new instance of the MapGeometryView class.
Declaration
cs-api-definition
public MapGeometryView()
Properties
GeometryData
Gets or sets underlying map shape geometry data object.
Declaration
cs-api-definition
public GeometryData GeometryData { get; protected set; }
Property Value