MapPathGeometry
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:
public class MapPathGeometry : MapGeometry
Inheritance: objectMapGeometryMapPathGeometry
Inherited Members
Constructors
Initializes a new instance of the MapPathGeometry class.
public MapPathGeometry()
Fields
FiguresProperty
DependencyProperty
Identifies the Figures dependency property.
public static readonly DependencyProperty FiguresProperty
FillRuleProperty
DependencyProperty
Identifies the FillRule dependency property.
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.
public MapPathFigureCollection 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.
public FillRule FillRule { get; set; }
Methods
Called when something changed shape base point.
protected override void OnShapeBasePointChanged()
Overrides: