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






In This Topic
    Color Property (BarcodeBase)
    In This Topic
    Gets or sets the forecolor to render the control.
    Syntax
    'Declaration
     
    
    <JsonAttribute(1)>
    Public Overridable Property Color As System.String
    'Usage
     
    
    Dim instance As BarcodeBase
    Dim value As System.String
     
    instance.Color = value
     
    value = instance.Color
    [Json(1)]
    public virtual System.string Color {get; set;}
    public read-write property Color: System.String; virtual; 
    JsonAttribute(1)
    public function get,set Color : System.String
    [Json(1)]
    public: __property virtual System.string* get_Color();
    public: __property virtual void set_Color( 
       System.string* value
    );
    [Json(1)]
    public:
    virtual property System.String^ Color {
       System.String^ get();
       void set (    System.String^ value);
    }
    Remarks
    The default value for this property is Black.
    See Also