Class LineSegment
Represents a line drawn between two points, which can be part of a PathFigure within Path data.
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: System.Windows.Media
Assembly: OpenSilver.dll
Syntax
public sealed class LineSegment : PathSegment
Constructors
| Improve this Doc View SourceLineSegment()
Initializes a new instance of the LineSegment class.
Declaration
public LineSegment()
Fields
| Improve this Doc View SourcePointProperty
Identifies the Point dependency property.
Declaration
public static readonly DependencyProperty PointProperty
Field Value
Type | Description |
---|---|
DependencyProperty |
Properties
| Improve this Doc View SourcePoint
Gets or sets the end point of the line segment.
Declaration
public Point Point { get; set; }
Property Value
Type | Description |
---|---|
Point |