Back to Devexpress

DiagramCommands.TipOverTreeLayoutForSubordinates Property

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

latest1.5 KB
Original Source

DiagramCommands.TipOverTreeLayoutForSubordinates Property

Gets the command that applies the Tip-over 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<TipOverDirection> TipOverTreeLayoutForSubordinates { get; }
vb
Public ReadOnly Property TipOverTreeLayoutForSubordinates As ICommand(Of TipOverDirection)

Property Value

TypeDescription
ICommand<TipOverDirection>

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

|

Remarks

The TipOverTreeLayoutForSubordinates command accepts a parameter of the LayoutDirection type.

See Also

DiagramCommands Class

DiagramCommands Members

DevExpress.Xpf.Diagram Namespace