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:
public class MapPathFigureView : Freezable
Inheritance: objectMapPathFigureView
Constructors
Initializes a new instance of the MapPathFigureView class.
public MapPathFigureView()
Fields
IsClosedProperty
DependencyProperty
Identifies the IsClosed dependency property.
public static readonly DependencyProperty IsClosedProperty
IsFilledProperty
DependencyProperty
Identifies the IsFilled dependency property.
public static readonly DependencyProperty IsFilledProperty
SegmentsProperty
DependencyProperty
Identifies the Segments dependency property.
public static readonly DependencyProperty SegmentsProperty
StartPointProperty
DependencyProperty
The identifier for the StartPoint dependency property.
public static readonly DependencyProperty StartPointProperty
Properties
Gets or sets underlying path figure data object.
public PathFigureData FigureData { get; protected set; }
Gets or sets a value that specifies whether this figures first and last segments are connected. This is a dependency property.
public bool IsClosed { get; set; }
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.
public bool IsFilled { get; set; }
Gets collection of segments that define the shape of this PathFigure object. This is a dependency property.
public MapPathSegmentViewCollection Segments { get; }
Gets or sets the Location where the figure begins. This is a dependency property.
public Location StartPoint { get; set; }
Methods
When implemented in a derived class, creates a new instance of the Freezable derived class.
protected override Freezable CreateInstanceCore()
Freezable
The new instance.