Class
MapPathFigureView

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 MapPathFigureView : Freezable

Inheritance: objectMapPathFigureView

Constructors

MapPathFigureView()

Initializes a new instance of the MapPathFigureView class.

Declaration

cs-api-definition
public MapPathFigureView()

Fields

IsClosedProperty

Identifies the IsClosed dependency property.

Declaration

cs-api-definition
public static readonly DependencyProperty IsClosedProperty

Field Value

DependencyProperty

IsFilledProperty

Identifies the IsFilled dependency property.

Declaration

cs-api-definition
public static readonly DependencyProperty IsFilledProperty

Field Value

DependencyProperty

SegmentsProperty

Identifies the Segments dependency property.

Declaration

cs-api-definition
public static readonly DependencyProperty SegmentsProperty

Field Value

DependencyProperty

StartPointProperty

The identifier for the StartPoint dependency property.

Declaration

cs-api-definition
public static readonly DependencyProperty StartPointProperty

Field Value

DependencyProperty

Properties

FigureData

Gets or sets underlying path figure data object.

Declaration

cs-api-definition
public PathFigureData FigureData { get; protected set; }

Property Value

PathFigureData

IsClosed

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

Declaration

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

Property Value

bool

IsFilled

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

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. This is a dependency property.

Declaration

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

Property Value

MapPathSegmentViewCollection

StartPoint

Gets or sets the Location where the figure begins. This is a dependency property.

Declaration

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

Property Value

Location

Methods

CreateInstanceCore()

When implemented in a derived class, creates a new instance of the Freezable derived class.

Declaration

cs-api-definition
protected override Freezable CreateInstanceCore()

Returns

Freezable

The new instance.