BackgroundColor Property (BarcodeBase)
In This Topic
Gets or sets the background color to render the control.
Syntax
'Declaration
<JsonAttribute(1)>
Public Overridable Property BackgroundColor As System.String
'Usage
Dim instance As BarcodeBase
Dim value As System.String
instance.BackgroundColor = value
value = instance.BackgroundColor
[Json(1)]
public virtual System.string BackgroundColor {get; set;}
public read-write property BackgroundColor: System.String; virtual;
JsonAttribute(1)
public function get,set BackgroundColor : System.String
[Json(1)]
public: __property virtual System.string* get_BackgroundColor();
public: __property virtual void set_BackgroundColor(
System.string* value
);
[Json(1)]
public:
virtual property System.String^ BackgroundColor {
System.String^ get();
void set ( System.String^ value);
}
See Also