Class
MapGeometryGroupView

Represents a composite geometry, composed of other MapGeometry objects.

Definition

Namespace:Telerik.Windows.Controls.Map

Assembly:Telerik.Windows.Controls.DataVisualization.dll

Syntax:

cs-api-definition
public class MapGeometryGroupView : MapGeometryView

Inheritance: objectMapGeometryViewMapGeometryGroupView

Inherited Members MapGeometryView.CreateInstanceCore()MapGeometryView.GeometryData

Constructors

MapGeometryGroupView()

Initializes a new instance of the MapGeometryGroupView class.

Declaration

cs-api-definition
public MapGeometryGroupView()

Fields

ChildrenProperty

Identifies the Children dependency property.

Declaration

cs-api-definition
public static readonly DependencyProperty ChildrenProperty

Field Value

DependencyProperty

FillRuleProperty

Identifies the FillRule dependency property.

Declaration

cs-api-definition
public static readonly DependencyProperty FillRuleProperty

Field Value

DependencyProperty

Properties

Children

Gets collection that contains the objects that define this geometry group. This is a dependency property.

Declaration

cs-api-definition
public MapGeometryViewCollection Children { get; }

Property Value

MapGeometryViewCollection

FillRule

Gets or sets a FillRule enumeration that specifies how the interior fill of the shape is determined. This is a dependency property.

Declaration

cs-api-definition
public FillRule FillRule { get; set; }

Property Value

FillRule