Class PathGeometryData
Represents a complex shape that may be composed of arcs, curves, ellipses, lines, and rectangles.
Inherited Members
Namespace: Telerik.Windows.Controls.Map
Assembly: Telerik.Windows.Controls.DataVisualization.dll
Syntax
public class PathGeometryData : GeometryData, INotifyPropertyChanged
Constructors
PathGeometryData()
Initializes a new instance of the PathGeometryData class.
Declaration
public PathGeometryData()
Properties
Figures
Gets or sets the collection of PathFigure objects that describe the path's contents.
Declaration
public PathFigureDataCollection Figures { get; }
Property Value
PathFigureDataCollection
|
FillRule
Gets or sets a value that determines how the intersecting areas contained in this MapPathGeometry are combined.
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()