Class RenderingMode
Defines the rendering directions to render the treemap items in the treemap.
Inheritance
System.Object
RenderingMode
Namespace: Syncfusion.Blazor.TreeMap
Assembly: Syncfusion.Blazor.dll
Syntax
public sealed class RenderingMode : Enum
Fields
BottomLeftTopRight
Renders the treemap items from bottom left to top right direction.
Declaration
public const RenderingMode BottomLeftTopRight
Field Value
Type |
---|
RenderingMode |
BottomRightTopLeft
Renders the treemap items from bottom right to top left direction.
Declaration
public const RenderingMode BottomRightTopLeft
Field Value
Type |
---|
RenderingMode |
TopLeftBottomRight
Renders the treemap items from top left to bottom right direction.
Declaration
public const RenderingMode TopLeftBottomRight
Field Value
Type |
---|
RenderingMode |
TopRightBottomLeft
Renders the treemap items from top right to bottom left direction.
Declaration
public const RenderingMode TopRightBottomLeft
Field Value
Type |
---|
RenderingMode |