Xamarin.Forms

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class CornerRadiusType

    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 Description
    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 Description
    CornerRadiusType

    None

    This returns the default corner radius.

    Declaration
    public const CornerRadiusType None
    Field Value
    Type Description
    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 Description
    CornerRadiusType

    value__

    Declaration
    public int value__
    Field Value
    Type Description
    System.Int32
    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved