MapGeometryGroup
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 MapGeometryGroup : MapGeometry
Inheritance: objectMapGeometryMapGeometryGroup
Inherited Members
Constructors
Initializes a new instance of the MapGeometryGroup class.
C#
public MapGeometryGroup()
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 MapGeometryCollection that contains the objects that define this MapGeometryGroup. This is a dependency property.
C#
public MapGeometryCollection 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; }
Methods
Called when something changed shape base point.
C#
protected override void OnShapeBasePointChanged()
Overrides: