ASP.NET Core MVC Controls | ComponentOne
C1.AspNetCore.Mvc Assembly / C1.Web.Mvc Namespace / LinearGauge Class / GetText Property

In This Topic
    GetText Property (LinearGauge)
    In This Topic
    Gets or sets a callback that returns customized strings used to display gauge values.
    Syntax
    'Declaration
     
    Public Property GetText As String
    public string GetText {get; set;}
    See Also