Class LineSegment
public sealed class LineSegment : PathSegment, INotifyPropertyChanged
- Inheritance
-
LineSegment
- Implements
- Inherited Members
- Extension Methods
Constructors
LineSegment()
public LineSegment()
Fields
PointProperty
Defines the Point property.
public static readonly StyledProperty<Point> PointProperty
Field Value
Properties
Point
Gets or sets the point.
public Point Point { get; set; }
Property Value
- Point
The point.
Methods
ToString()
public override string ToString()