Class ConnectorEditingEventArgs
Represents a class that provides the data for ConnectorEditing event.
Inheritance
System.Object
ConnectorEditingEventArgs
Namespace: Syncfusion.UI.Xaml.Diagram
Assembly: Syncfusion.SfDiagram.WPF.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 |
---|
ControlPointType |
DragState
Gets a DragState of the connector.
Declaration
public DragState DragState { get; }
Property Value
Type |
---|
DragState |
Item
Gets a editing item of the connector.
Declaration
public object Item { get; }
Property Value
Type |
---|
System.Object |