menu

UWP

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

    Show / Hide Table of Contents

    Interface ILineSegment

    Represent a straightsegment is a part of a line that is bounded by two distinct end points, and contains every point on the line between its endpoints.

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

    Properties

    Point

    Gets or sets a point of the straightsegment.

    Declaration
    Nullable<Point> Point { get; set; }
    Property Value
    Type
    System.Nullable<Windows.Foundation.Point>

    Extension Methods

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