WPF

Code Examples Upgrade Guide User Guide Demos Support Forums Download
  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Interface ILineSegmentLength

    Show / Hide Table of Contents

    Interface ILineSegmentLength

    Represent the SegmentLength of the Line.

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

    Properties

    Angle

    Gets or sets the angle of the linesegment.

    Declaration
    DoubleExt Angle { get; set; }
    Property Value
    Type Description
    DoubleExt

    AngleMode

    Gets or sets the anglemode of the linesegment with respect to page or connector.

    Declaration
    RelativeMode AngleMode { get; set; }
    Property Value
    Type Description
    RelativeMode

    Length

    Gets or sets the length of the linesegment.

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