Class OrthogonalSegment
Represents the orthogonal segments to create segments that are perpendicular to each other.Set the segment as OrthogonalSegment to create the default orthogonal segment.
Inheritance
Namespace: Syncfusion.UI.Xaml.Diagram
Assembly: Syncfusion.SfDiagram.WPF.dll
Syntax
public class OrthogonalSegment : Object, IOrthogonalSegment, IConnectorSegment, INotifyPropertyChanged
Constructors
OrthogonalSegment()
Initializes a new instance of the OrthogonalSegment class.
Declaration
public OrthogonalSegment()
Properties
BezierSmoothness
Gets or sets the BezierSmoothness of the orthogonalsegment.
Declaration
public BezierSmoothness BezierSmoothness { get; set; }
Property Value
Type |
---|
BezierSmoothness |
Constraints
Gets or sets the constraints of the orthogonalsegment to add or remove additional behaviors.
Declaration
public SegmentConstraints Constraints { get; set; }
Property Value
Type |
---|
SegmentConstraints |
Direction
Gets or sets the Direction of the orthogonal segment.
Declaration
public OrthogonalDirection Direction { get; set; }
Property Value
Type |
---|
OrthogonalDirection |
Editable
Gets or sets the Editable of the Segment.
Declaration
public Editable Editable { get; set; }
Property Value
Type |
---|
Editable |
Length
Gets or sets the length of the Segment.
Declaration
public DoubleExt Length { get; set; }
Property Value
Type |
---|
DoubleExt |
Methods
OnPropertyChanged(String)
Invoked whenever the effective value of any dependency property on this FrameworkElement has been updated. The specific dependency property that changed is reported in the arguments parameter. Overrides OnPropertyChanged(name).
Declaration
protected virtual void OnPropertyChanged(string name)
Parameters
Type | Name | Description |
---|---|---|
System.String | name |
Events
PropertyChanged
Occurs when a property value changes.
Declaration
public event PropertyChangedEventHandler PropertyChanged
Event Type
Type |
---|
System.ComponentModel.PropertyChangedEventHandler |