WinUI

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

    Show / Hide Table of Contents

    Class CornerStyle

    For a SfRadialGauge : Specifies the corner style for RadialAxis, RangePointer. For a SfLinearGauge : Specifies the corner style for BarPointer and LinearAxis

    Inheritance
    System.Object
    CornerStyle
    Namespace: Syncfusion.UI.Xaml.Gauges
    Assembly: Syncfusion.Gauge.WinUI.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 Description
    CornerStyle

    BothFlat

    Flat does not apply the rounded corner on both side

    Declaration
    public const CornerStyle BothFlat
    Field Value
    Type Description
    CornerStyle

    EndCurve

    Curve apply the rounded corner on end(right) side.

    Declaration
    public const CornerStyle EndCurve
    Field Value
    Type Description
    CornerStyle

    StartCurve

    Curve apply the rounded corner on start(left) side.

    Declaration
    public const CornerStyle StartCurve
    Field Value
    Type Description
    CornerStyle

    value__

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