WPF

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class OrthogonalSegment - WPF API Reference | Syncfusion

    Show / Hide Table of Contents

    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
    System.Object
    OrthogonalSegment
    Implements
    IOrthogonalSegment
    IConnectorSegment
    System.ComponentModel.INotifyPropertyChanged
    Inherited Members
    System.Object.ToString()
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    Namespace: Syncfusion.UI.Xaml.Diagram
    Assembly: Syncfusion.SfDiagram.WPF.dll
    Syntax
    public class OrthogonalSegment : 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 Description
    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 Description
    SegmentConstraints

    Direction

    Gets or sets the Direction of the orthogonal segment.

    Declaration
    public OrthogonalDirection Direction { get; set; }
    Property Value
    Type Description
    OrthogonalDirection

    Editable

    Gets or sets the Editable of the Segment.

    Declaration
    public Editable Editable { get; set; }
    Property Value
    Type Description
    Editable

    Length

    Gets or sets the length of the Segment.

    Declaration
    public DoubleExt Length { get; set; }
    Property Value
    Type Description
    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 Description
    System.ComponentModel.PropertyChangedEventHandler

    Implements

    IOrthogonalSegment
    IConnectorSegment
    System.ComponentModel.INotifyPropertyChanged
    Back to top Generated by DocFX
    Copyright © 2001 - 2021 Syncfusion Inc. All Rights Reserved