menu

ASP.NET MVC

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

    Show / Hide Table of Contents

    Class CircularGaugeDesigner

    Class for circular gauge designer.

    Inheritance
    System.Object
    EJControlDesigner
    CircularGaugeDesigner
    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 CircularGaugeDesigner : EJControlDesigner, IEJControlDesigner

    Constructors

    CircularGaugeDesigner()

    Initializes a new instance of the CircularGaugeDesigner class.

    Declaration
    public CircularGaugeDesigner()

    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

    circularGauge

    Gets the circular gauge.

    Declaration
    public CircularGauge circularGauge { get; }
    Property Value
    Type Description
    CircularGauge

    The circular gauge.

    ControlID

    Gets the control identifier.

    Declaration
    protected override string ControlID { get; }
    Property Value
    Type Description
    System.String

    The control identifier.

    Overrides
    EJControlDesigner.ControlID

    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