MapPathGeometryView
Class
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:
C#
public class MapPathGeometryView : MapGeometryView
Inheritance: objectMapGeometryViewMapPathGeometryView
Inherited Members
Constructors
Initializes a new instance of the MapPathGeometryView class.
C#
public MapPathGeometryView()
Fields
FiguresProperty
DependencyProperty
Identifies the Figures dependency property.
C#
public static readonly DependencyProperty FiguresProperty
FillRuleProperty
DependencyProperty
Identifies the FillRule dependency property.
C#
public static readonly DependencyProperty FillRuleProperty
Properties
Gets or sets the collection of PathFigure objects that describe the path's contents. This is a dependency property.
C#
public MapPathFigureViewCollection Figures { get; }
FillRule
FillRule
Gets or sets a value that determines how the intersecting areas contained in this MapPathGeometry are combined. This is a dependency property.
C#
public FillRule FillRule { get; set; }