VintaSoft Barcode .NET SDK 14.3: Documentation for .NET developer
Vintasoft.Barcode Namespace / WriterSettings Class / BackColor Property
Syntax Requirements SeeAlso
In This Topic
    BackColor Property (WriterSettings)
    In This Topic
    Gets or sets the back color of barcode.
    Syntax
    'Declaration
    
    <DescriptionAttribute("Back color of barcode.")>
    <CategoryAttribute("Common")>
    Public Property BackColor As Vintasoft.Primitives.VintasoftColor
    
    
    [Description("Back color of barcode.")]
    [Category("Common")]
    public Vintasoft.Primitives.VintasoftColor BackColor { get; set; }
    
    
    [Description("Back color of barcode.")]
    [Category("Common")]
    public: __property Vintasoft.Primitives.VintasoftColor get_BackColor();
    public: __property void set_BackColor(
    Vintasoft.Primitives.VintasoftColor value
    );
    [Description("Back color of barcode.")]
    [Category("Common")]
    public:
    property Vintasoft.Primitives.VintasoftColor BackColor { Vintasoft.Primitives.VintasoftColor get(); void set(Vintasoft.Primitives.VintasoftColor value); }

    Property Value

    Default value is VintasoftColor.White.
    Requirements

    Target Platforms: .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    See Also