New to Telerik UI for WPFStart a free 30-day trial

Represents a complex shape that may be composed of arcs, curves, ellipses, lines, and rectangles.

Definition

Constructors

Initializes a new instance of the MapPathGeometry class.

C#
public MapPathGeometry()

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 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.

C#
public FillRule FillRule { get; set; }

Methods

Called when something changed shape base point.

C#
protected override void OnShapeBasePointChanged()

Overrides: MapGeometry.OnShapeBasePointChanged()