Class
RadPathGeometry

Represents a complex path geometry composed of one or more path figures.

Definition

Constructors

RadPathGeometry()

Initializes a new instance of the path geometry.

Declaration

cs-api-definition
public RadPathGeometry()

Properties

Figures

Gets the collection of path figures describing the path geometry.

Declaration

cs-api-definition
public ObservableItemCollection<RadPathFigure> Figures { get; }

Property Value

ObservableItemCollection<RadPathFigure>

Operators

implicit operator RadPathGeometry(string)

Implicitly converts a string representation of abbreviated geometry to a RadPathGeometry.

Declaration

cs-api-definition
public static implicit operator RadPathGeometry(string abbreviatedGeometry)

Parameters

abbreviatedGeometry

string

The string representation of the path geometry.

Returns

RadPathGeometry

A RadPathGeometry instance parsed from the abbreviated geometry string.