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






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

    See Also