Class
GeometryGroupData

Represents a composite geometry, composed of other GeometryData objects.

Definition

Namespace:Telerik.Windows.Controls.Map

Assembly:Telerik.Windows.Controls.DataVisualization.dll

Syntax:

cs-api-definition
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

GeometryGroupData()

Initializes a new instance of the GeometryGroupData class.

Declaration

cs-api-definition
public GeometryGroupData()

Properties

Children

Gets MapGeometryCollection that contains the objects that define this MapGeometryGroup.

Declaration

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

Property Value

GeometryDataCollection

FillRule

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

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