New to Telerik UI for WPFStart a free 30-day trial

Represents a composite geometry, composed of other MapGeometry objects.

Definition

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: MapGeometry.OnShapeBasePointChanged()