SliceAndDiceLayoutAlgorithm.LayoutMode Property
Gets or sets the layout mode used to arrange items using this algorithm.
Namespace: DevExpress.Xpf.TreeMap
Assembly: DevExpress.Xpf.TreeMap.v24.1.dll
NuGet Package: DevExpress.Wpf.TreeMap
Declaration
Property Value
Type | Description |
---|---|
SliceAndDiceLayoutMode | A SliceAndDiceLayoutMode enumeration value. |
Available values:
Name | Description |
---|---|
Auto | The Layout direction is selected depending on the layout’s width/height ratio. |
Vertical | All tree map items are arranged vertically. |
Horizontal | All tree map items are arranged horizontally. |
See Also