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

In This Topic
    InnerTextStyle Property (PivotFlexPieTagHelper)
    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