PathGeometryData
Class
Represents a complex shape that may be composed of arcs, curves, ellipses, lines, and rectangles.
Definition
Namespace:Telerik.Windows.Controls.Map
Assembly:Telerik.Windows.Controls.DataVisualization.dll
Syntax:
C#
public class PathGeometryData : GeometryData, INotifyPropertyChanged
Inheritance: objectGeometryDataPathGeometryData
Implements:
Inherited Members
Constructors
Initializes a new instance of the PathGeometryData class.
C#
public PathGeometryData()
Properties
Gets or sets the collection of PathFigure objects that describe the path's contents.
C#
public PathFigureDataCollection Figures { get; }
FillRule
FillRule
Gets or sets a value that determines how the intersecting areas contained in this MapPathGeometry are combined.
C#
public FillRule FillRule { get; set; }
Methods
Called when something changed shape base point.
C#
protected override void OnShapeBasePointChanged()
Overrides: