menu

WinForms

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class DigitalGaugeActionList - WindowsForms API Reference | Syncfusion

    Show / Hide Table of Contents

    Class DigitalGaugeActionList

    Designer action list of DigitalGauge

    Inheritance
    System.Object
    SyncActionListBase<DigitalGauge>
    DigitalGaugeActionList
    Inherited Members
    SyncActionListBase<DigitalGauge>.AddDesignerActionHeaderItem(String)
    SyncActionListBase<DigitalGauge>.AddDesignerActionMethodItem(String, String, String, String)
    SyncActionListBase<DigitalGauge>.AddDesignerActionPropertyItem(String, String, String, String)
    SyncActionListBase<DigitalGauge>.AddDesignerActionTextItem(String, String)
    SyncActionListBase<DigitalGauge>.Control
    SyncActionListBase<DigitalGauge>.GetProperty(String)
    SyncActionListBase<DigitalGauge>.GetSortedActionItems()
    SyncActionListBase<DigitalGauge>.GetValue(String)
    SyncActionListBase<DigitalGauge>.SetValue(String, Object)
    Namespace: Syncfusion.Windows.Forms.Gauge
    Assembly: Syncfusion.Gauge.Windows.dll
    Syntax
    public class DigitalGaugeActionList : SyncActionListBase<DigitalGauge>

    Constructors

    DigitalGaugeActionList(IComponent)

    Initializes a new instance of the DigitalGaugeActionList class.

    Declaration
    public DigitalGaugeActionList(IComponent component)
    Parameters
    Type Name Description
    System.ComponentModel.IComponent component

    Represents component

    Properties

    CharacterCount

    Gets or sets the number of characters to be displayed.

    Declaration
    public int CharacterCount { get; set; }
    Property Value
    Type
    System.Int32

    CharacterType

    Gets or sets the value to choose the segment type.

    Declaration
    public CharacterType CharacterType { get; set; }
    Property Value
    Type
    CharacterType

    ShowInvisibleSegments

    Gets or sets the value to show / hide the disabled segments.

    Declaration
    public bool ShowInvisibleSegments { get; set; }
    Property Value
    Type
    System.Boolean

    Value

    Gets or sets the value to be displayed.

    Declaration
    public string Value { get; set; }
    Property Value
    Type
    System.String

    VisualStyle

    Specifies the visual style.

    Declaration
    public ThemeStyle VisualStyle { get; set; }
    Property Value
    Type
    ThemeStyle

    Methods

    InitializeActionList()

    Overrridden InitializeActionList.

    Declaration
    protected override void InitializeActionList()
    Overrides
    Syncfusion.Windows.Forms.Design.SyncActionListBase<Syncfusion.Windows.Forms.Gauge.DigitalGauge>.InitializeActionList()
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved