ASP.NET MVC Controls | ComponentOne
C1.Web.Mvc.Sheet Namespace / Font Class / Color Property

In This Topic
    Color Property (Font)
    In This Topic
    Gets or sets the text color.
    Syntax
    'Declaration
     
    
    <DefaultValueAttribute("")>
    Public Property Color As String
    [DefaultValue("")]
    public string Color {get; set;}
    See Also