New to Telerik UI for WPFStart a free 30-day trial

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: INotifyPropertyChanged

Inherited Members GeometryData.BeginInit()GeometryData.EndInit()GeometryData.OnGeometryChanged()GeometryData.OnPropertyChanged(string)GeometryData.ForceGeometryBoundsChangedGeometryData.InitStartedGeometryData.PropertyChanged...

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: GeometryData.OnShapeBasePointChanged()