Back to Devexpress

DiagramCommands.MindMapTreeLayoutForSubordinates Property

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

latest1.4 KB
Original Source

DiagramCommands.MindMapTreeLayoutForSubordinates Property

Gets the command that applies the mind-map tree layout to the subordinates of the diagram items.

Namespace : DevExpress.Xpf.Diagram

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

NuGet Package : DevExpress.Wpf.Diagram

Declaration

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

Property Value

TypeDescription
ICommand<OrientationKind>

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

|

Remarks

The MindMapTreeLayoutForSubordinates command accepts a parameter of the OrientationKind type.

See Also

DiagramCommands Class

DiagramCommands Members

DevExpress.Xpf.Diagram Namespace