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 |