UWP

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class ConnectorEditingEventArgs

    Show / Hide Table of Contents

    Class ConnectorEditingEventArgs

    Represents a class that provides the data for ConnectorEditing event.

    Inheritance
    System.Object
    ConnectorEditingEventArgs
    Namespace: Syncfusion.UI.Xaml.Diagram
    Assembly: Syncfusion.SfDiagram.UWP.dll
    Syntax
    public class ConnectorEditingEventArgs : Object

    Constructors

    ConnectorEditingEventArgs()

    Initializes a new instance of the ConnectorEditingEventArgs class.

    Declaration
    public ConnectorEditingEventArgs()

    Properties

    ControlPointType

    Gets a type of the editing thumb.

    Declaration
    public ControlPointType ControlPointType { get; }
    Property Value
    Type Description
    ControlPointType

    DragState

    Gets a DragState of the connector.

    Declaration
    public DragState DragState { get; }
    Property Value
    Type Description
    DragState

    Item

    Gets a editing item of the connector.

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

    Extension Methods

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