ASP.NET Core MVC Controls | ComponentOne
C1.Web.Mvc Namespace / Gauge Class
Members






In This Topic
    Gauge Class
    In This Topic
    Base Gauge control.
    Object Model
    Gauge Class
    Syntax
    'Declaration
     
    
    <ScriptsAttribute(Mono.Cecil.CustomAttributeArgument[])>
    Public MustInherit Class Gauge 
       Inherits Control
       Implements ITemplate, Microsoft.AspNetCore.Html.IHtmlContent 
    'Usage
     
    
    Dim instance As Gauge
    [Scripts(Mono.Cecil.CustomAttributeArgument[])]
    public abstract class Gauge : Control, ITemplate, Microsoft.AspNetCore.Html.IHtmlContent  
    public class Gauge = class(Control, ITemplate, Microsoft.AspNetCore.Html.IHtmlContent)abstract; 
    ScriptsAttribute(Mono.Cecil.CustomAttributeArgument[])
    public abstract class Gauge extends Control implements ITemplate, Microsoft.AspNetCore.Html.IHtmlContent 
    [Scripts(Mono.Cecil.CustomAttributeArgument[])]
    public __gc abstract class Gauge : public Control, ITemplate, Microsoft.AspNetCore.Html.IHtmlContent  
    [Scripts(Mono.Cecil.CustomAttributeArgument[])]
    public ref class Gauge abstract : public Control, ITemplate, Microsoft.AspNetCore.Html.IHtmlContent  
    Inheritance Hierarchy

    System.Object
       C1.Web.Mvc.Component
          C1.Web.Mvc.Control
             C1.Web.Mvc.Gauge
                C1.Web.Mvc.LinearGaugeBase
                C1.Web.Mvc.RadialGauge

    See Also