Class CornerType
Specifies the progress bar corner type.
Inheritance
System.Object
CornerType
Namespace: Syncfusion.Blazor.ProgressBar
Assembly: Syncfusion.Blazor.dll
Syntax
public sealed class CornerType : Enum
Fields
Auto
Specifies the edges of the progress bar based on theme style.
Declaration
public const CornerType Auto
Field Value
Type |
---|
CornerType |
Round
Specifies the round edges of the progress bar.
Declaration
public const CornerType Round
Field Value
Type |
---|
CornerType |
Round4px
Specifies the 4px edges of the progress bar.
Declaration
public const CornerType Round4px
Field Value
Type |
---|
CornerType |
Square
Specifies the square edges of the progress bar.
Declaration
public const CornerType Square
Field Value
Type |
---|
CornerType |