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






In This Topic
    LinearGauge Class
    In This Topic
    The LinearGauge displays a linear scale with an indicator
    Object Model
    LinearGauge Class
    Syntax
    'Declaration
     
    
    <ScriptsAttribute(Mono.Cecil.CustomAttributeArgument[])>
    Public Class LinearGauge 
       Inherits LinearGaugeBase
       Implements ITemplate, Microsoft.AspNetCore.Html.IHtmlContent 
    'Usage
     
    
    Dim instance As LinearGauge
    [Scripts(Mono.Cecil.CustomAttributeArgument[])]
    public class LinearGauge : LinearGaugeBase, ITemplate, Microsoft.AspNetCore.Html.IHtmlContent  
    public class LinearGauge = class(LinearGaugeBase, ITemplate, Microsoft.AspNetCore.Html.IHtmlContent)
    ScriptsAttribute(Mono.Cecil.CustomAttributeArgument[])
    public class LinearGauge extends LinearGaugeBase implements ITemplate, Microsoft.AspNetCore.Html.IHtmlContent 
    [Scripts(Mono.Cecil.CustomAttributeArgument[])]
    public __gc class LinearGauge : public LinearGaugeBase, ITemplate, Microsoft.AspNetCore.Html.IHtmlContent  
    [Scripts(Mono.Cecil.CustomAttributeArgument[])]
    public ref class LinearGauge : public LinearGaugeBase, 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.LinearGauge

    See Also