WPF

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Interface IOrthogonalSegment - WPF API Reference | Syncfusion

    Show / Hide Table of Contents

    Interface IOrthogonalSegment

    Represents the orthogonal segments to create segments that are perpendicular to each other.Set the segment as OrthogonalSegment to create the default orthogonal segment.

    Inherited Members
    IConnectorSegment.BezierSmoothness
    IConnectorSegment.Constraints
    Namespace: Syncfusion.UI.Xaml.Diagram
    Assembly: Syncfusion.SfDiagram.WPF.dll
    Syntax
    public interface IOrthogonalSegment : IConnectorSegment, INotifyPropertyChanged

    Properties

    Direction

    Gets or sets the Direction of the orthogonal segment.

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

    Length

    Gets or sets the length of the Segment.

    Declaration
    DoubleExt Length { get; set; }
    Property Value
    Type Description
    DoubleExt
    Back to top Generated by DocFX
    Copyright © 2001 - 2022 Syncfusion Inc. All Rights Reserved