menu

UWP

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

    Show / Hide Table of Contents

    Class LineSegmentLength

    Represent the SegmentLength of the Line.

    Inheritance
    System.Object
    LineSegmentLength
    Implements
    ILineSegmentLength
    IConnectorSegment
    System.ComponentModel.INotifyPropertyChanged
    Namespace: Syncfusion.UI.Xaml.Diagram
    Assembly: Syncfusion.SfDiagram.UWP.dll
    Syntax
    public class LineSegmentLength : Object, 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

    ILineSegmentLength
    IConnectorSegment
    System.ComponentModel.INotifyPropertyChanged

    Extension Methods

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