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

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