Class DigitalGaugeDesigner
Designer class for DigitalGauge
Inheritance
System.Object
DigitalGaugeDesigner
Namespace: Syncfusion.Windows.Forms.Gauge
Assembly: Syncfusion.Gauge.Windows.dll
Syntax
public class DigitalGaugeDesigner : ControlDesigner
Constructors
DigitalGaugeDesigner()
Initializes a new instance of the DigitalGaugeDesigner class
Declaration
public DigitalGaugeDesigner()
Properties
ActionLists
Gets a value indicating the designer action
Declaration
public override DesignerActionListCollection ActionLists { get; }
Property Value
Type |
---|
System.ComponentModel.Design.DesignerActionListCollection |
Methods
Initialize(IComponent)
Overridden Initialize method.
Declaration
public override void Initialize(IComponent component)
Parameters
Type | Name | Description |
---|---|---|
System.ComponentModel.IComponent | component | Componnent object |