Class MapPathGeometryView
Represents a complex shape that may be composed of arcs, curves, ellipses, lines, and rectangles.
Inherited Members
Namespace: Telerik.Windows.Controls.Map
Assembly: Telerik.Windows.Controls.DataVisualization.dll
Syntax
public class MapPathGeometryView : MapGeometryView
Constructors
MapPathGeometryView()
Initializes a new instance of the MapPathGeometryView class.
Declaration
public MapPathGeometryView()
Fields
FiguresProperty
Identifies the Figures dependency property.
Declaration
public static readonly DependencyProperty FiguresProperty
Field Value
System.Windows.DependencyProperty
|
FillRuleProperty
Identifies the FillRule dependency property.
Declaration
public static readonly DependencyProperty FillRuleProperty
Field Value
System.Windows.DependencyProperty
|
Properties
Figures
Gets or sets the collection of PathFigure objects that describe the path's contents. This is a dependency property.
Declaration
public MapPathFigureViewCollection Figures { get; }
Property Value
MapPathFigureViewCollection
|
FillRule
Gets or sets a value that determines how the intersecting areas contained in this MapPathGeometry are combined. This is a dependency property.
Declaration
public FillRule FillRule { get; set; }
Property Value
System.Windows.Media.FillRule
|