menu

ASP.NET Web Forms

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

    Show / Hide Table of Contents

    Class LinearGaugeDesigner

    Class for linear gauge designer.

    Inheritance
    System.Object
    EJControlDesigner
    LinearGaugeDesigner
    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 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
    EJControlDesigner.ControlID

    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

    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