Class LinearGaugeDesigner
Designer class.
Inheritance
System.Object
LinearGaugeDesigner
Namespace: Syncfusion.Windows.Forms.Gauge
Assembly: Syncfusion.Gauge.Windows.dll
Syntax
public class LinearGaugeDesigner : ControlDesigner
Constructors
LinearGaugeDesigner()
Initializes a new instance of the LinearGaugeDesigner class
Declaration
public LinearGaugeDesigner()
Properties
ActionLists
Gets the value indicating 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 |