ASP.NET MVC Controls | ComponentOne
C1.Web.Mvc Namespace / LinearGaugeBase Class / ShowText Property

In This Topic
    ShowText Property (LinearGaugeBase)
    In This Topic
    Gets or sets which values should be displayed as text in the gauge.
    Syntax
    'Declaration
     
    
    <DefaultValueAttribute(Mono.Cecil.CustomAttributeArgument)>
    Public Overridable Property ShowText As ShowText
    [DefaultValue(Mono.Cecil.CustomAttributeArgument)]
    public virtual ShowText ShowText {get; set;}
    See Also