menu

Blazor

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

    Show / Hide Table of Contents

    Class ContainerType

    Defines the container type.

    Inheritance
    System.Object
    ContainerType
    Namespace: Syncfusion.Blazor.LinearGauge
    Assembly: Syncfusion.Blazor.dll
    Syntax
    public sealed class ContainerType : Enum

    Fields

    Normal

    Specifies the container to be drawn as normal rectangle box.

    Declaration
    public const ContainerType Normal
    Field Value
    Type
    ContainerType

    RoundedRectangle

    Specifies the container to be drawn as the rounded rectangle box.

    Declaration
    public const ContainerType RoundedRectangle
    Field Value
    Type
    ContainerType

    Thermometer

    Specifies the container to be drawn as the thermometer.

    Declaration
    public const ContainerType Thermometer
    Field Value
    Type
    ContainerType
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved