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

Represents a composite geometry, composed of other GeometryData objects.

Definition

Namespace:Telerik.Windows.Controls.Map

Assembly:Telerik.Windows.Controls.DataVisualization.dll

Syntax:

C#
public class GeometryGroupData : GeometryData, INotifyPropertyChanged

Inheritance: objectGeometryDataGeometryGroupData

Implements: INotifyPropertyChanged

Inherited Members GeometryData.BeginInit()GeometryData.EndInit()GeometryData.OnGeometryChanged()GeometryData.OnPropertyChanged(string)GeometryData.ForceGeometryBoundsChangedGeometryData.InitStartedGeometryData.PropertyChanged...

Constructors

Initializes a new instance of the GeometryGroupData class.

C#
public GeometryGroupData()

Properties

Gets MapGeometryCollection that contains the objects that define this MapGeometryGroup.

C#
public GeometryDataCollection Children { get; }

FillRule

FillRule

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

C#
public FillRule FillRule { get; set; }

Methods

Called when something changed shape base point.

C#
protected override void OnShapeBasePointChanged()

Overrides: GeometryData.OnShapeBasePointChanged()