Skip to main content

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.v23.2.dll

NuGet Package: DevExpress.Wpf.Diagram

Declaration

public ICommand<TipOverDirection> TipOverTreeLayout { get; }

Property Value

Type Description
ICommand<TipOverDirection>

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

Remarks

The TipOverTreeLayout command accepts a parameter of the TipOverDirection type.

See Also