menu

UWP

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Interface IDrawParameter - UWP 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.UWP.dll
    Syntax
    public interface IDrawParameter

    Properties

    Node

    Gets the Node of the Connector.

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

    NullSourceTarget

    Gets the NullSourceTarget of the Connector.

    Declaration
    NullSourceTarget NullSourceTarget { get; }
    Property Value
    Type
    NullSourceTarget

    Point

    Gets the point of the Connector.

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

    Port

    Gets the Port of the Connector.

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

    PressedEventArgs

    Gets the PointerMovedArgs of the Connector.

    Declaration
    PointerRoutedEventArgs PressedEventArgs { get; }
    Property Value
    Type
    Windows.UI.Xaml.Input.PointerRoutedEventArgs

    Tool

    Gets the DrawingTool of the Connector.

    Declaration
    DrawingTool Tool { get; }
    Property Value
    Type
    DrawingTool

    Extension Methods

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