Blazor

Upgrade Guide User Guide Demos Support Forums Download
  • 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 Description
    ContainerType

    RoundedRectangle

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

    Declaration
    public const ContainerType RoundedRectangle
    Field Value
    Type Description
    ContainerType

    Thermometer

    Specifies the container to be drawn as the thermometer.

    Declaration
    public const ContainerType Thermometer
    Field Value
    Type Description
    ContainerType

    value__

    Declaration
    public int value__
    Field Value
    Type Description
    System.Int32
    Back to top Generated by DocFX
    Copyright © 2001 - 2021 Syncfusion Inc. All Rights Reserved