menu

UWP

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

    Show / Hide Table of Contents

    Interface IConnectorInfo

    Represents the information about the connector.

    Inherited Members
    IGroupableInfo.Bounds
    IGroupableInfo.BringIntoCenter()
    IGroupableInfo.BringIntoViewport()
    IGroupableInfo.Graph
    IGroupableInfo.IsGrouped
    Namespace: Syncfusion.UI.Xaml.Diagram
    Assembly: Syncfusion.SfDiagram.UWP.dll
    Syntax
    public interface IConnectorInfo : IGroupableInfo

    Methods

    EditSegment(EditSegmentArgs)

    To split straight segment into new straight segments.

    Declaration
    void EditSegment(EditSegmentArgs args)
    Parameters
    Type Name Description
    EditSegmentArgs args

    Intersectionpoint is the point where we click on the straight segment to create a new straight segment.

    GetAllSegments()

    Get all segments in connector.

    Declaration
    IEnumerable<PathSegment> GetAllSegments()
    Returns
    Type
    System.Collections.Generic.IEnumerable<Windows.UI.Xaml.Media.PathSegment>

    LoadSegments(IEnumerable<Point>)

    Load collection of points as segment in connector

    Declaration
    void LoadSegments(IEnumerable<Point> points)
    Parameters
    Type Name Description
    System.Collections.Generic.IEnumerable<Windows.Foundation.Point> points

    PointsToSegments(IEnumerable<Point>)

    Convert collection of points to segments

    Declaration
    IEnumerable<OrthogonalSegment> PointsToSegments(IEnumerable<Point> points)
    Parameters
    Type Name Description
    System.Collections.Generic.IEnumerable<Windows.Foundation.Point> points
    Returns
    Type
    System.Collections.Generic.IEnumerable<OrthogonalSegment>

    ToPoints(Boolean)

    Gets the segment points of the connector.

    Declaration
    IEnumerable<Point> ToPoints(bool all = false)
    Parameters
    Type Name Description
    System.Boolean all
    Returns
    Type
    System.Collections.Generic.IEnumerable<Windows.Foundation.Point>

    Extension Methods

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