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

In This Topic
    InnerTextStyle Property (SunburstTagHelper)
    In This Topic
    Configurates C1.Web.Mvc.FlexPieBase<T>.InnerTextStyle. Get or set the style of text inside pie.
    Syntax
    'Declaration
     
    Public Property InnerTextStyle As SVGStyle
    public SVGStyle InnerTextStyle {get; set;}
    See Also