menu

WinForms

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

    Show / Hide Table of Contents

    Class Bridge

    Template object that contain intersection information.

    Inheritance
    System.Object
    Bridge
    Inherited Members
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.ToString()
    Namespace: Syncfusion.Windows.Forms.Diagram
    Assembly: Syncfusion.Diagram.Base.dll
    Syntax
    public class Bridge

    Constructors

    Bridge(ConnectorBase, ConnectorLineSegment, Single)

    Initializes a new instance of the Bridge class.

    Declaration
    public Bridge(ConnectorBase connector, ConnectorLineSegment segment, float offset)
    Parameters
    Type Name Description
    ConnectorBase connector

    The connector.

    ConnectorLineSegment segment

    The segment.

    System.Single offset

    The offset.

    Properties

    ConnectorIntersecting

    Gets the connector intersecting.

    Declaration
    public ConnectorBase ConnectorIntersecting { get; }
    Property Value
    Type Description
    ConnectorBase

    The connector intersecting.

    Offset

    Gets or sets the offset.

    Declaration
    public float Offset { get; set; }
    Property Value
    Type Description
    System.Single

    The offset.

    Remarks

    Indicated offset bridge from segment start point to center point of bridge.

    SegmentIntersectingID

    Gets the segment intersecting index.

    Declaration
    public int SegmentIntersectingID { get; }
    Property Value
    Type Description
    System.Int32

    The segment intersecting.

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