ShapeLine
Class
Definition
Namespace:Telerik.WinControls
Assembly:Telerik.WinControls.dll
Syntax:
C#
public class ShapeLine : IShapeCurve
Inheritance: objectShapeLine
Implements:
Constructors
C#
public ShapeLine()
Properties
C#
[Browsable(false)]
public ShapePoint[] ControlPoints { get; }
Implements:
C#
[Browsable(false)]
public ShapePoint[] Extensions { get; }
Implements:
C#
[Browsable(true)]
public ShapePoint FirstPoint { get; set; }
Implements:
C#
[Browsable(false)]
public bool IsModified { get; }
Implements:
C#
[Browsable(true)]
public ShapePoint LastPoint { get; set; }
Implements:
C#
[Browsable(false)]
public ShapePoint[] Points { get; }
Implements:
C#
[Browsable(false)]
public ShapePoint SnappedCtrlPoint { get; }
Implements:
C#
[Browsable(false)]
public PointF SnappedPoint { get; }
Implements:
TestPoints
List<PointF>
C#
[Browsable(false)]
public List<PointF> TestPoints { get; }
Implements: