Back to Devexpress

SliceAndDiceLayoutAlgorithm.LayoutMode Property

wpf-devexpress-dot-xpf-dot-treemap-dot-sliceanddicelayoutalgorithm.md

latest1.5 KB
Original Source

SliceAndDiceLayoutAlgorithm.LayoutMode Property

Gets or sets the layout mode used to arrange items using this algorithm.

Namespace : DevExpress.Xpf.TreeMap

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

NuGet Package : DevExpress.Wpf.TreeMap

Declaration

csharp
public SliceAndDiceLayoutMode LayoutMode { get; set; }
vb
Public Property LayoutMode As SliceAndDiceLayoutMode

Property Value

TypeDescription
SliceAndDiceLayoutMode

A SliceAndDiceLayoutMode enumeration value.

|

Available values:

NameDescription
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

SliceAndDiceLayoutAlgorithm Class

SliceAndDiceLayoutAlgorithm Members

DevExpress.Xpf.TreeMap Namespace