Class LinearGaugeDesigner
Class for linear gauge designer.
Implements
Inherited Members
Namespace: Syncfusion.JavaScript.Web
Assembly: Syncfusion.EJ.Web.dll
Syntax
public class LinearGaugeDesigner : EJControlDesigner, IEJControlDesigner
Constructors
LinearGaugeDesigner()
Initializes a new instance of the LinearGaugeDesigner class.
Declaration
public LinearGaugeDesigner()
Fields
actionList
Declaration
[SecurityCritical]
public DesignerActionListCollection actionList
Field Value
Type | Description |
---|---|
System.ComponentModel.Design.DesignerActionListCollection |
Properties
ActionLists
Gets the action list collection for the control designer.
Declaration
public override DesignerActionListCollection ActionLists { get; }
Property Value
Type | Description |
---|---|
System.ComponentModel.Design.DesignerActionListCollection |
ControlID
Gets the control identifier.
Declaration
protected override string ControlID { get; }
Property Value
Type | Description |
---|---|
System.String | The control identifier. |
Overrides
linearGauge
Gets the linear gauge.
Declaration
public LinearGauge linearGauge { get; }
Property Value
Type | Description |
---|---|
LinearGauge | The linear gauge. |
RequiresImageConvertion
Gets a value indicating whether [requires image convertion].
Declaration
public override bool RequiresImageConvertion { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
|
Overrides
Methods
GetControlString()
Gets the control string.
Declaration
protected override string GetControlString()
Returns
Type | Description |
---|---|
System.String |
Overrides
Initialize(IComponent)
Initializes the control designer and loads the specified component.
Declaration
public override void Initialize(IComponent component)
Parameters
Type | Name | Description |
---|---|---|
System.ComponentModel.IComponent | component | The control being designed. |