menu

Xamarin.Forms

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class CornerRadiusType - Xamarin.Forms API Reference | Syncfusion

    Show / Hide Table of Contents

    Class CornerRadiusType

    It describes the corner radius type for scale and pointer. You can customize the corner radius type for linear scale and pointer.

    Inheritance
    System.Object
    CornerRadiusType
    Namespace: Syncfusion.SfGauge.XForms
    Assembly: Syncfusion.SfGauge.XForms.dll
    Syntax
    public sealed class CornerRadiusType : Enum

    Fields

    Both

    This returns corner radius for scale and pointer. You can customize the corner radius type to both start and end for linear scale and pointer.

    Declaration
    public const CornerRadiusType Both
    Field Value
    Type
    CornerRadiusType

    End

    This returns corner radius for scale and pointer. You can customize the corner radius type to end for linear scale and pointer.

    Declaration
    public const CornerRadiusType End
    Field Value
    Type
    CornerRadiusType

    None

    This returns the default corner radius.

    Declaration
    public const CornerRadiusType None
    Field Value
    Type
    CornerRadiusType

    Start

    This returns corner radius for scale and pointer. You can customize the corner radius type to start for linear scale and pointer.

    Declaration
    public const CornerRadiusType Start
    Field Value
    Type
    CornerRadiusType
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved