Back to Devexpress

DiagramCommands.TipOverTreeLayout Property

wpf-devexpress-dot-xpf-dot-diagram-dot-diagramcommands-5699a8f0.md

latest1.4 KB
Original Source

DiagramCommands.TipOverTreeLayout Property

Gets the command that realigns diagram items to form a tip-over tree diagram.

Namespace : DevExpress.Xpf.Diagram

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

NuGet Package : DevExpress.Wpf.Diagram

Declaration

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

Property Value

TypeDescription
ICommand<TipOverDirection>

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

|

Remarks

The TipOverTreeLayout command accepts a parameter of the TipOverDirection type.

See Also

DiagramCommands Class

DiagramCommands Members

DevExpress.Xpf.Diagram Namespace