GeometryGroupData
Class
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:
Inherited Members
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: