Class DigitalGaugeActionList
Designer action list of DigitalGauge
Inherited Members
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()