Interface IOrthogonalSegment
Represents the orthogonal segments to create segments that are perpendicular to each other.Set the segment as OrthogonalSegment to create the default orthogonal segment.
Namespace: Syncfusion.UI.Xaml.Diagram
Assembly: Syncfusion.SfDiagram.WPF.dll
Syntax
public interface IOrthogonalSegment : IConnectorSegment, INotifyPropertyChanged
Properties
Direction
Gets or sets the Direction of the orthogonal segment.
Declaration
OrthogonalDirection Direction { get; set; }
Property Value
Type |
---|
OrthogonalDirection |
Length
Gets or sets the length of the Segment.
Declaration
DoubleExt Length { get; set; }
Property Value
Type |
---|
DoubleExt |