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

Definition

Namespace:Telerik.WinControls.RichTextEditor.UI

Assembly:Telerik.WinControls.RichTextEditor.dll

Syntax:

C#
public sealed class PathFigure

Inheritance: objectPathFigure

Constructors

C#
public PathFigure()

Properties

C#
public bool IsClosed { get; set; }
C#
public bool IsFilled { get; set; }
C#
public List<PathSegment> Segments { get; }
C#
public PointF StartPoint { get; set; }