Class RadialGaugeDesigner
Desginer class for RadialGauge
Inheritance
System.Object
RadialGaugeDesigner
Namespace: Syncfusion.Windows.Forms.Gauge
Assembly: Syncfusion.Gauge.Windows.dll
Syntax
public class RadialGaugeDesigner : ControlDesigner
Constructors
RadialGaugeDesigner()
Initializes a new instance of the RadialGaugeDesigner class
Declaration
public RadialGaugeDesigner()
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 |