Back to Devexpress

DiagramCommands.UseTool Property

wpf-devexpress-dot-xpf-dot-diagram-dot-diagramcommands-9eb4b565.md

latest1.2 KB
Original Source

DiagramCommands.UseTool Property

Gets the command that uses a diagram tool.

Namespace : DevExpress.Xpf.Diagram

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

NuGet Package : DevExpress.Wpf.Diagram

Declaration

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

Property Value

TypeDescription
ICommand<DiagramTool>

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

|

Remarks

The UseTool command accepts a parameter of the DiagramTool type.

See Also

DiagramCommands Class

DiagramCommands Members

DevExpress.Xpf.Diagram Namespace