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

In This Topic
    Color Property (Gs1DataBarOmnidirectional)
    In This Topic
    Gets or sets the forecolor to render the control.
    Syntax
    'Declaration
     
    
    <JsonAttribute(1)>
    Public Overridable Property Color As String
    [Json(1)]
    public virtual string Color {get; set;}
    Remarks
    The default value for this property is Black.
    See Also