Back to Devexpress

DiagramCommands.SelectTool Property

wpf-devexpress-dot-xpf-dot-diagram-dot-diagramcommands-5c599c47.md

latest1.2 KB
Original Source

DiagramCommands.SelectTool Property

Gets the command that selects a diagram tool.

Namespace : DevExpress.Xpf.Diagram

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

NuGet Package : DevExpress.Wpf.Diagram

Declaration

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

Property Value

TypeDescription
ICommand<DiagramTool>

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

|

Remarks

The SelectTool command accepts a parameter of the DiagramTool type.

See Also

DiagramCommands Class

DiagramCommands Members

DevExpress.Xpf.Diagram Namespace