Interface ILineSegment
Represent a straightsegment is a part of a line that is bounded by two distinct end points, and contains every point on the line between its endpoints.
Namespace: Syncfusion.UI.Xaml.Diagram
Assembly: Syncfusion.SfDiagram.WPF.dll
Syntax
public interface ILineSegment : IConnectorSegment, INotifyPropertyChanged
Properties
Point
Gets or sets a point of the straightsegment.
Declaration
Nullable<Point> Point { get; set; }
Property Value
Type |
---|
System.Nullable<System.Windows.Point> |