PathFigure
Class
Definition
Namespace:Telerik.WinControls.Spreadsheet.UI
Assembly:Telerik.WinControls.RadSpreadsheet.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; }