PathFigure
Class
Definition
Namespace:Telerik.WinControls.SyntaxEditor.UI
Assembly:Telerik.WinControls.SyntaxEditor.dll
Syntax:
C#
public sealed class PathFigure
Inheritance: objectPathFigure
Constructors
C#
public PathFigure()
Properties
Segments
List<PathSegment>
C#
public List<PathSegment> Segments { get; }
C#
public PointF StartPoint { get; set; }