Class LayoutType
Specifies the layout type of algorithm used to arrange the items in the SfTreeMap.
Inheritance
System.Object
LayoutType
Namespace: Syncfusion.Maui.TreeMap
Assembly: Syncfusion.Maui.TreeMap.dll
Syntax
public sealed class LayoutType : Enum
Fields
SliceAndDiceAuto
The slice and dice auto layout algorithm automatically selects the layout direction based on the control's width/height ratio.
Declaration
public const LayoutType SliceAndDiceAuto
Field Value
Type |
---|
LayoutType |
SliceAndDiceHorizontal
The slice and dice layout algorithm arranges items horizontally, dividing the available space into slices.
Declaration
public const LayoutType SliceAndDiceHorizontal
Field Value
Type |
---|
LayoutType |
SliceAndDiceVertical
The slice and dice layout algorithm arranges items vertically, dividing the available space into slices.
Declaration
public const LayoutType SliceAndDiceVertical
Field Value
Type |
---|
LayoutType |
Squarified
The squarified layout algorithm optimizes aspect ratio by representing data with square-like rectangles.
Declaration
public const LayoutType Squarified
Field Value
Type |
---|
LayoutType |