Interface ILineSegmentLength
Represent the SegmentLength of the Line.
Namespace: Syncfusion.UI.Xaml.Diagram
Assembly: Syncfusion.SfDiagram.WPF.dll
Syntax
public interface ILineSegmentLength : IConnectorSegment, INotifyPropertyChanged
Properties
Angle
Gets or sets the angle of the linesegment.
Declaration
DoubleExt Angle { get; set; }
Property Value
Type |
---|
DoubleExt |
AngleMode
Gets or sets the anglemode of the linesegment with respect to page or connector.
Declaration
RelativeMode AngleMode { get; set; }
Property Value
Type |
---|
RelativeMode |
Length
Gets or sets the length of the linesegment.
Declaration
DoubleExt Length { get; set; }
Property Value
Type |
---|
DoubleExt |