Class RadialGaugeActionList
Designer action list of RadialGauge
Inherited Members
Namespace: Syncfusion.Windows.Forms.Gauge
Assembly: Syncfusion.Gauge.Windows.dll
Syntax
public class RadialGaugeActionList : SyncActionListBase<RadialGauge>
Constructors
RadialGaugeActionList(IComponent)
Initializes the new instance of the RadialGaugeActionList class.
Declaration
public RadialGaugeActionList(IComponent component)
Parameters
Type | Name | Description |
---|---|---|
System.ComponentModel.IComponent | component | Represents component |
Properties
FrameType
Gets or sets the value for FrameType
Declaration
public FrameType FrameType { get; set; }
Property Value
Type |
---|
FrameType |
MajorDifference
Gets or sets the value to Gauge major line Difference
Declaration
public float MajorDifference { get; set; }
Property Value
Type |
---|
System.Single |
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 |
NeedleStyle
Gets or sets the value for NeedleStyle
Declaration
public NeedleStyle NeedleStyle { get; set; }
Property Value
Type |
---|
NeedleStyle |
Methods
InitializeActionList()
Overrridden InitializeActionList.
Declaration
protected override void InitializeActionList()
Overrides
Syncfusion.Windows.Forms.Design.SyncActionListBase<Syncfusion.Windows.Forms.Gauge.RadialGauge>.InitializeActionList()