MapGeometryGroupView
Class
Represents a composite geometry, composed of other MapGeometry objects.
Definition
Namespace:Telerik.Windows.Controls.Map
Assembly:Telerik.Windows.Controls.DataVisualization.dll
Syntax:
C#
public class MapGeometryGroupView : MapGeometryView
Inheritance: objectMapGeometryViewMapGeometryGroupView
Inherited Members
Constructors
Initializes a new instance of the MapGeometryGroupView class.
C#
public MapGeometryGroupView()
Fields
ChildrenProperty
DependencyProperty
Identifies the Children dependency property.
C#
public static readonly DependencyProperty ChildrenProperty
FillRuleProperty
DependencyProperty
Identifies the FillRule dependency property.
C#
public static readonly DependencyProperty FillRuleProperty
Properties
Gets collection that contains the objects that define this geometry group. This is a dependency property.
C#
public MapGeometryViewCollection Children { get; }
FillRule
FillRule
Gets or sets a FillRule enumeration that specifies how the interior fill of the shape is determined. This is a dependency property.
C#
public FillRule FillRule { get; set; }