Back to Devexpress

DiagramCommands.SetSelectedContainersShape Property

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

latest1.2 KB
Original Source

DiagramCommands.SetSelectedContainersShape Property

Gets the command that changes the shape of the selected container.

Namespace : DevExpress.Xpf.Diagram

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

NuGet Package : DevExpress.Wpf.Diagram

Declaration

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

Property Value

TypeDescription
ICommand<DevExpress.Diagram.Core.ContainerShapeDescription>

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

|

See Also

DiagramCommands Class

DiagramCommands Members

DevExpress.Xpf.Diagram Namespace