menu

MAUI

  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class CornerStyle - MAUI API Reference | Syncfusion

    Show / Hide Table of Contents

    Class CornerStyle

    Specifies the corner style for SfCircularProgressBar.

    Inheritance
    System.Object
    CornerStyle
    Namespace: Syncfusion.Maui.ProgressBar
    Assembly: Syncfusion.Maui.ProgressBar.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
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved