Class
MapGeometryGroup

Represents a composite geometry, composed of other MapGeometry objects.

Definition

Constructors

MapGeometryGroup()

Initializes a new instance of the MapGeometryGroup class.

Declaration

cs-api-definition
public MapGeometryGroup()

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 MapGeometryCollection that contains the objects that define this MapGeometryGroup. This is a dependency property.

Declaration

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

Property Value

MapGeometryCollection

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

Methods

OnShapeBasePointChanged()

Called when something changed shape base point.

Declaration

cs-api-definition
protected override void OnShapeBasePointChanged()

Overrides MapGeometry.OnShapeBasePointChanged()