Class LineSegmentLength
Represent the SegmentLength of the Line.
Inheritance
System.Object
LineSegmentLength
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Syncfusion.UI.Xaml.Diagram
Assembly: Syncfusion.SfDiagram.WPF.dll
Syntax
public class LineSegmentLength : ILineSegmentLength, IConnectorSegment, INotifyPropertyChanged
Constructors
LineSegmentLength()
Initializes a new instance of the LineSegmentLength class.
Declaration
public LineSegmentLength()
Properties
Angle
Gets or sets the angle of the linesegment.
Declaration
public DoubleExt Angle { get; set; }
Property Value
| Type |
|---|
| DoubleExt |
AngleMode
Gets or sets the anglemode of the linesegment with respect to page or connector.
Declaration
public RelativeMode AngleMode { get; set; }
Property Value
| Type |
|---|
| RelativeMode |
BezierSmoothness
Gets or sets the BezierSmoothness of the linesegment.
Declaration
public BezierSmoothness BezierSmoothness { get; set; }
Property Value
| Type |
|---|
| BezierSmoothness |
Constraints
Gets or sets the SegmentConstraints of the linesegment.
Declaration
public SegmentConstraints Constraints { get; set; }
Property Value
| Type |
|---|
| SegmentConstraints |
Editable
Gets or sets the Editable of the linesegment.
Declaration
public Editable Editable { get; set; }
Property Value
| Type |
|---|
| Editable |
Length
Gets or sets the length of the linesegment.
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 |
Implements
System.ComponentModel.INotifyPropertyChanged