Class
PathFigure

Definition

Namespace:Telerik.WinControls.SyntaxEditor.UI

Assembly:Telerik.WinControls.SyntaxEditor.dll

Syntax:

cs-api-definition
public sealed class PathFigure

Inheritance: objectPathFigure

Constructors

PathFigure()

Declaration

cs-api-definition
public PathFigure()

Properties

IsClosed

Declaration

cs-api-definition
public bool IsClosed { get; set; }

Property Value

bool

IsFilled

Declaration

cs-api-definition
public bool IsFilled { get; set; }

Property Value

bool

Segments

Declaration

cs-api-definition
public List<PathSegment> Segments { get; }

Property Value

List<PathSegment>

StartPoint

Declaration

cs-api-definition
public PointF StartPoint { get; set; }

Property Value

PointF