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 |