ASP.NET Core MVC Controls | ComponentOne
C1.AspNetCore.Mvc Assembly / C1.Web.Mvc.TagHelpers Namespace / RadialGaugeTagHelper Class / ShowText Property

In This Topic
    ShowText Property (RadialGaugeTagHelper)
    In This Topic
    Configurates C1.Web.Mvc.RadialGauge.ShowText. Sets which values should be displayed as text in the gauge.
    Syntax
    'Declaration
     
    Public Overrides Property ShowText As ShowText
    public override ShowText ShowText {get; set;}
    See Also