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