menu

UWP

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

    Show / Hide Table of Contents

    Interface IConnectorBase

    Represents the base class for IConnector and IDockPort.

    Namespace: Syncfusion.UI.Xaml.Diagram
    Assembly: Syncfusion.SfDiagram.UWP.dll
    Syntax
    public interface IConnectorBase

    Properties

    ConnectorGeometryStyle

    Gets or sets the style of the connector and dockport.

    Declaration
    Style ConnectorGeometryStyle { get; set; }
    Property Value
    Type
    Windows.UI.Xaml.Style

    HitPadding

    Gets or sets the range of the connector and dockport to select.

    Declaration
    double HitPadding { get; set; }
    Property Value
    Type
    System.Double

    Ports

    Gets or sets a collection of objects where each object represents a IPort.

    Declaration
    object Ports { get; set; }
    Property Value
    Type
    System.Object

    Segments

    Gets or sets a collection of objects where each object represents a segment.

    Declaration
    object Segments { get; set; }
    Property Value
    Type
    System.Object

    SourcePoint

    Gets or sets the start point of the connector or dockport.

    Declaration
    Point SourcePoint { get; set; }
    Property Value
    Type
    Windows.Foundation.Point

    TargetPoint

    Gets or sets the end point of the connector or dockport.

    Declaration
    Point TargetPoint { get; set; }
    Property Value
    Type
    Windows.Foundation.Point

    Extension Methods

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