Class LineSegment
Represents line segment.
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Telerik.Windows.Documents.Fixed.Model.Graphics
Assembly: Telerik.Windows.Documents.Core.dll
Syntax
public class LineSegment : PathSegment
Constructors
LineSegment()
Declaration
public LineSegment()
Properties
Point
Gets or sets the point.
Declaration
public Point Point { get; set; }
Property Value
System.Windows.Point
The point. |