Class LayoutType
Initialize enum class LayoutType.
Inheritance
System.Object
LayoutType
Namespace: Syncfusion.SfDiagram.XForms
Assembly: Syncfusion.SfDiagram.XForms.dll
Syntax
public sealed class LayoutType : Enum
Fields
Hierarchical
Layout the data as hierachical diagram
Declaration
public const LayoutType Hierarchical
Field Value
Type |
---|
LayoutType |
Organization
Layout the data as organization diagram
Declaration
public const LayoutType Organization
Field Value
Type |
---|
LayoutType |