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

In This Topic
    InnerText Property (SunburstTagHelper)
    In This Topic
    Configurates C1.Web.Mvc.FlexPieBase<T>.InnerText. Sets the text inside the pie (at the pie center).
    Syntax
    'Declaration
     
    Public Property InnerText As String
    public string InnerText {get; set;}
    See Also