menu

WinForms

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

    Show / Hide Table of Contents

    Interface IConnectorLineSegment

    Interface that handles line segment actions.

    Namespace: Syncfusion.Windows.Forms.Diagram
    Assembly: Syncfusion.Diagram.Base.dll
    Syntax
    public interface IConnectorLineSegment

    Methods

    Move(SizeF)

    Move segment to offset.

    Declaration
    void Move(SizeF szOffset)
    Parameters
    Type Name Description
    System.Drawing.SizeF szOffset

    Move offset.

    SyncSegmentHandle(IHandle)

    Synchronization segment to handle changes.

    Declaration
    void SyncSegmentHandle(IHandle handle)
    Parameters
    Type Name Description
    IHandle handle

    The handle synchronize to.

    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved