Class
MapPathGeometryView

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

Definition

Namespace:Telerik.UI.Xaml.Controls.DataVisualization.Map

Assembly:Telerik.WinUI.Controls.dll

Syntax:

cs-api-definition
public class MapPathGeometryView : MapGeometryView

Inheritance: objectMapGeometryViewMapPathGeometryView

Inherited Members MapGeometryView.GeometryData

Constructors

MapPathGeometryView()

Initializes a new instance of the MapPathGeometryView class.

Declaration

cs-api-definition
public MapPathGeometryView()

Fields

FiguresProperty

Identifies the Figures dependency property.

Declaration

cs-api-definition
public static readonly DependencyProperty FiguresProperty

Field Value

DependencyProperty

FillRuleProperty

Identifies the FillRule dependency property.

Declaration

cs-api-definition
public static readonly DependencyProperty FillRuleProperty

Field Value

DependencyProperty

Properties

Figures

Gets or sets the collection of PathFigure objects that describe the path's contents. This is a dependency property.

Declaration

cs-api-definition
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

cs-api-definition
public FillRule FillRule { get; set; }

Property Value

FillRule