Class DigitalGaugeDesigner
Class for digital gauge designer.
Implements
Inherited Members
Namespace: Syncfusion.JavaScript.Web
Assembly: Syncfusion.EJ.Web.dll
Syntax
public class DigitalGaugeDesigner : EJControlDesigner, IEJControlDesigner
Constructors
DigitalGaugeDesigner()
Declaration
public DigitalGaugeDesigner()
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
digitalGauge
Gets the digital gauge.
Declaration
public DigitalGauge digitalGauge { get; }
Property Value
Type | Description |
---|---|
DigitalGauge | The digital 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. |