Class LinearGaugeActionList
Class for LinearGaugeActionList.
Inherited Members
Namespace: Syncfusion.Windows.Forms.Gauge
Assembly: Syncfusion.Gauge.Windows.dll
Syntax
public class LinearGaugeActionList : SyncActionListBase<LinearGauge>
Constructors
LinearGaugeActionList(IComponent)
Initializes a new instance of the LinearGaugeActionList class.
Declaration
public LinearGaugeActionList(IComponent component)
Parameters
Type | Name | Description |
---|---|---|
System.ComponentModel.IComponent | component | Represents component |
Properties
LinearFrameType
Gets or sets the value for FrameStyle
Declaration
public LinearFrameType LinearFrameType { get; set; }
Property Value
Type |
---|
LinearFrameType |
MajorDifference
Gets or sets the value to Gauge major line difference
Declaration
public int MajorDifference { get; set; }
Property Value
Type |
---|
System.Int32 |
MaximumValue
Gets or sets the value for MaximumValue
Declaration
public float MaximumValue { get; set; }
Property Value
Type |
---|
System.Single |
MinimumValue
Gets or sets the value for MinimumValue
Declaration
public float MinimumValue { get; set; }
Property Value
Type |
---|
System.Single |
Methods
InitializeActionList()
Overrridden InitializeActionList.
Declaration
protected override void InitializeActionList()
Overrides
Syncfusion.Windows.Forms.Design.SyncActionListBase<Syncfusion.Windows.Forms.Gauge.LinearGauge>.InitializeActionList()