WPF

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Interface IDrawParameter - WPF API Reference | Syncfusion

    Show / Hide Table of Contents

    Interface IDrawParameter

    Represents the Connection Parameter of the Connector.

    Namespace: Syncfusion.UI.Xaml.Diagram
    Assembly: Syncfusion.SfDiagram.WPF.dll
    Syntax
    public interface IDrawParameter

    Properties

    Node

    Gets the Node of the Connector.

    Declaration
    object Node { get; }
    Property Value
    Type Description
    System.Object

    NullSourceTarget

    Gets the NullSourceTarget of the Connector.

    Declaration
    NullSourceTarget NullSourceTarget { get; }
    Property Value
    Type Description
    NullSourceTarget

    Point

    Gets the point of the Connector.

    Declaration
    Point? Point { get; }
    Property Value
    Type Description
    System.Nullable<System.Windows.Point>

    Port

    Gets the Port of the Connector.

    Declaration
    object Port { get; }
    Property Value
    Type Description
    System.Object

    PressedEventArgs

    Gets the PointerMovedArgs of the Connector.

    Declaration
    MouseEventArgs PressedEventArgs { get; }
    Property Value
    Type Description
    System.Windows.Input.MouseEventArgs

    Tool

    Gets the DrawingTool of the Connector.

    Declaration
    DrawingTool Tool { get; }
    Property Value
    Type Description
    DrawingTool
    Back to top Generated by DocFX
    Copyright © 2001 - 2022 Syncfusion Inc. All Rights Reserved