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

In This Topic
    FontSize Property (TitleStyleTagHelper)
    In This Topic
    Configurates C1.Web.Mvc.TitleStyle.FontSize. Get or set the font size of the title
    Syntax
    'Declaration
     
    Public Property FontSize As String
    public string FontSize {get; set;}
    See Also