menu

UWP

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Interface ILineSegmentLength - UWP API Reference | Syncfusion

    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.UWP.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
    DoubleExt

    AngleMode

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

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

    Length

    Gets or sets the length of the linesegment.

    Declaration
    DoubleExt Length { get; set; }
    Property Value
    Type
    DoubleExt

    Extension Methods

    DateTimeExtension.ToDateTime(Object)
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved