menu

WPF

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Interface ILineSegment - WPF 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.WPF.dll
    Syntax
    public interface ILineSegment : IConnectorSegment, INotifyPropertyChanged

    Properties

    Point

    Gets or sets a point of the straightsegment.

    Declaration
    Point? Point { get; set; }
    Property Value
    Type
    System.Nullable<System.Windows.Point>
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved