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

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