Back to Devexpress

DiagramCommands.StartDragToolAlternate Property

wpf-devexpress-dot-xpf-dot-diagram-dot-diagramcommands-0044fe25.md

latest1.2 KB
Original Source

DiagramCommands.StartDragToolAlternate Property

This member supports the internal infrastructure and is not intended to be used directly from your code.

Namespace : DevExpress.Xpf.Diagram

Assembly : DevExpress.Xpf.Diagram.v25.2.dll

NuGet Package : DevExpress.Wpf.Diagram

Declaration

csharp
public ICommand<DiagramTool> StartDragToolAlternate { get; }
vb
Public ReadOnly Property StartDragToolAlternate As ICommand(Of DiagramTool)

Property Value

TypeDescription
ICommand<DiagramTool>

An object implementing the System.Windows.Input.ICommand interface.

|

See Also

DiagramCommands Class

DiagramCommands Members

DevExpress.Xpf.Diagram Namespace