Class
PathFigureData

Represents a subsection of a geometry, a single connected series of two-dimensional geometric segments.

Definition

Namespace:Telerik.Windows.Controls.Map

Assembly:Telerik.Windows.Controls.DataVisualization.dll

Syntax:

cs-api-definition
public class PathFigureData : INotifyPropertyChanged

Inheritance: objectPathFigureData

Implements: INotifyPropertyChanged

Constructors

PathFigureData()

Initializes a new instance of the PathFigureData class.

Declaration

cs-api-definition
public PathFigureData()

Properties

InitStarted

Gets the value which indicates that the initialization is started.

Declaration

cs-api-definition
protected bool InitStarted { get; }

Property Value

bool

IsClosed

Gets or sets a value that specifies whether this figures first and last segments are connected.

Declaration

cs-api-definition
public bool IsClosed { get; set; }

Property Value

bool

IsFilled

Gets or sets a value that indicates whether the contained area of this MapPathFigure is to be used for hit-testing, rendering, and clipping.

Declaration

cs-api-definition
public bool IsFilled { get; set; }

Property Value

bool

Segments

Gets collection of segments that define the shape of this PathFigure object.

Declaration

cs-api-definition
public PathSegmentDataCollection Segments { get; }

Property Value

PathSegmentDataCollection

StartPoint

Gets or sets the Location where the MapPathFigure begins.

Declaration

cs-api-definition
public Location StartPoint { get; set; }

Property Value

Location

Methods

BeginInit()

Starts the initialization process for the geometry.

Declaration

cs-api-definition
public void BeginInit()

EndInit()

Indicates that the initialization process for the geometry is complete.

Declaration

cs-api-definition
public void EndInit()

Events

PropertyChanged

Property changed event handler.

Declaration

cs-api-definition
public event PropertyChangedEventHandler PropertyChanged

Event Value

PropertyChangedEventHandler

Implements INotifyPropertyChanged.PropertyChanged