Class LayoutTypes
Represents the LayoutTypes. This LayoutTypes enum is used to customize the layouts for the TreeMap.
Inheritance
System.Object
LayoutTypes
Namespace: Syncfusion.SfTreeMap.XForms
Assembly: Syncfusion.SfTreeMap.XForms.dll
Syntax
public sealed class LayoutTypes : Enum
Fields
SliceAndDiceAuto
Represents the SliceAndDiceAuto. It arranges the TreeeMap Items in mixed of horizontal and vertical forms.
Declaration
public const LayoutTypes SliceAndDiceAuto
Field Value
Type |
---|
LayoutTypes |
SliceAndDiceHorizontal
Represents the SliceAndDiceHorizontal. It arranges the TreeeMap Items in horizontal form.
Declaration
public const LayoutTypes SliceAndDiceHorizontal
Field Value
Type |
---|
LayoutTypes |
SliceAndDiceVertical
Represents the SliceAndDiceVertical. It arranges the TreeeMap Items in vertical form.
Declaration
public const LayoutTypes SliceAndDiceVertical
Field Value
Type |
---|
LayoutTypes |
Squarified
Represents the Squarified. It arranges the TreeeMap Items based on the Squarified algorithm.
Declaration
public const LayoutTypes Squarified
Field Value
Type |
---|
LayoutTypes |