Back to Devexpress

DiagramCommands.InsertImage Property

wpf-devexpress-dot-xpf-dot-diagram-dot-diagramcommands-b20fbf6d.md

latest1.2 KB
Original Source

DiagramCommands.InsertImage Property

Gets the command that invokes the Insert Image dialog that allows the end-user to add an image item to the diagram.

Namespace : DevExpress.Xpf.Diagram

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

NuGet Package : DevExpress.Wpf.Diagram

Declaration

csharp
public ICommand InsertImage { get; }
vb
Public ReadOnly Property InsertImage As ICommand

Property Value

TypeDescription
ICommand

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

|

See Also

DiagramCommands Class

DiagramCommands Members

DevExpress.Xpf.Diagram Namespace