Interface IConnectorSegment
Represents the base for all the connector segments.
Namespace: Syncfusion.UI.Xaml.Diagram
Assembly: Syncfusion.SfDiagram.WPF.dll
Syntax
public interface IConnectorSegment : INotifyPropertyChanged
Properties
BezierSmoothness
Gets or sets a BezierSmoothness of the connector segment.
Declaration
BezierSmoothness BezierSmoothness { get; set; }
Property Value
Type |
---|
BezierSmoothness |
Constraints
Gets or sets a SegmentConstraints to add or remove behaviors for connector segment.
Declaration
SegmentConstraints Constraints { get; set; }
Property Value
Type |
---|
SegmentConstraints |