alexa
menu

WinForms

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

    Show / Hide Table of Contents

    Class LabelType

    Represents enum for different LabelTypes of the RadialGauge control

    Inheritance
    System.Object
    LabelType
    Namespace: Syncfusion.Windows.Forms.Gauge
    Assembly: Syncfusion.Gauge.Windows.dll
    Syntax
    public sealed class LabelType : Enum

    Fields

    Default

    Represents the text of GaugeLabel of the RadialGauge.

    Declaration
    public const LabelType Default
    Field Value
    Type
    LabelType

    Scale

    Represents the text that denotes the MajorTickValues of the RadialGauge, and it will be placed over the MajorTickMark.

    Declaration
    public const LabelType Scale
    Field Value
    Type
    LabelType

    Value

    Represents the text that denotes the current value of the RadialGauge.

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