Class CornerStyle
Specifies the corner style for SfCircularProgressBar.
Inheritance
System.Object
    CornerStyle
  Namespace: Syncfusion.Maui.Toolkit.ProgressBar
Assembly: Syncfusion.Maui.Toolkit.dll
Syntax
public sealed class CornerStyle : Enum
  Fields
BothCurve
Curve apply the rounded corner on both side.
Declaration
public const CornerStyle BothCurve
  Field Value
| Type | 
|---|
| CornerStyle | 
BothFlat
Flat does not apply the rounded corner on both side
Declaration
public const CornerStyle BothFlat
  Field Value
| Type | 
|---|
| CornerStyle | 
EndCurve
Curve apply the rounded corner on end(right) side.
Declaration
public const CornerStyle EndCurve
  Field Value
| Type | 
|---|
| CornerStyle | 
StartCurve
Curve apply the rounded corner on start(left) side.
Declaration
public const CornerStyle StartCurve
  Field Value
| Type | 
|---|
| CornerStyle |