menu

Blazor

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class RenderingMode - Blazor API Reference | Syncfusion

    Show / Hide Table of Contents

    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
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved