Class PasteCommandInfo
Specifies to show the status of itemadded operation
Namespace: Syncfusion.UI.Xaml.Diagram
Assembly: Syncfusion.SfDiagram.WPF.dll
Syntax
public class PasteCommandInfo : CommandInfo
Constructors
PasteCommandInfo()
Initializes a new instance of the PasteCommandInfo class.
Declaration
public PasteCommandInfo()
Properties
InteractionState
Gets the InteractionState of the object.
Declaration
public InteractionState InteractionState { get; }
Property Value
Type |
---|
InteractionState |
PastedCount
Gets the count of the pasted object.
Declaration
public int PastedCount { get; }
Property Value
Type |
---|
System.Int32 |
SourceCollection
Gets the sourcecollection of the object.
Declaration
public object SourceCollection { get; }
Property Value
Type |
---|
System.Object |
SourceId
Gets the sourceid of the object to be pasted.
Declaration
public object SourceId { get; }
Property Value
Type |
---|
System.Object |