WPF

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class ConnectorEditingEventArgs - WPF API Reference | Syncfusion ConnectorEditing event. ">

    Show / Hide Table of Contents

    Class ConnectorEditingEventArgs

    Represents a class that provides the data for ConnectorEditing event.

    Inheritance
    System.Object
    ConnectorEditingEventArgs
    Inherited Members
    System.Object.ToString()
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    Namespace: Syncfusion.UI.Xaml.Diagram
    Assembly: Syncfusion.SfDiagram.WPF.dll
    Syntax
    public class ConnectorEditingEventArgs

    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

    ThumbType

    Declaration
    [Obsolete("This ThumbType Property is deprecated. Please use ControlPointType")]
    public ThumbType ThumbType { get; }
    Property Value
    Type Description
    ThumbType
    Back to top Generated by DocFX
    Copyright © 2001 - 2021 Syncfusion Inc. All Rights Reserved