Class
PathGeometryData

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:

cs-api-definition
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

PathGeometryData()

Initializes a new instance of the PathGeometryData class.

Declaration

cs-api-definition
public PathGeometryData()

Properties

Figures

Gets or sets the collection of PathFigure objects that describe the path's contents.

Declaration

cs-api-definition
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

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