menu

ASP.NET Web Forms

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class DigitalGaugeDesigner

    Show / Hide Table of Contents

    Class DigitalGaugeDesigner

    Class for digital gauge designer.

    Inheritance
    System.Object
    EJControlDesigner
    DigitalGaugeDesigner
    Implements
    IEJControlDesigner
    Inherited Members
    EJControlDesigner.GetDesignTimeHtml()
    EJControlDesigner.GetEmptyDesignTimeHtml()
    EJControlDesigner.IEJControlDesigner.GetIService(Type)
    EJControlDesigner.IEJControlDesigner.Root()
    EJControlDesigner.Control
    EJControlDesigner.RenderImageOnly
    EJControlDesigner.Width
    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
    EJControlDesigner.ControlID

    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

    true if [requires image convertion]; otherwise, false.

    Overrides
    EJControlDesigner.RequiresImageConvertion

    Methods

    GetControlString()

    Gets the control string.

    Declaration
    protected override string GetControlString()
    Returns
    Type Description
    System.String
    Overrides
    EJControlDesigner.GetControlString()

    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.

    Implements

    IEJControlDesigner
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved