Class GeometryGroupData
Represents a composite geometry, composed of other GeometryData objects.
Inherited Members
Namespace: Telerik.Windows.Controls.Map
Assembly: Telerik.Windows.Controls.DataVisualization.dll
Syntax
public class GeometryGroupData : GeometryData, INotifyPropertyChanged
Constructors
GeometryGroupData()
Initializes a new instance of the GeometryGroupData class.
Declaration
public GeometryGroupData()
Properties
Children
Gets MapGeometryCollection that contains the objects that define this MapGeometryGroup.
Declaration
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
public FillRule FillRule { get; set; }
Property Value
System.Windows.Media.FillRule
|
Methods
OnShapeBasePointChanged()
Called when something changed shape base point.
Declaration
protected override void OnShapeBasePointChanged()