VintaSoft Barcode .NET SDK 15.0: Руководство для .NET разработчика
Vintasoft.Barcode Namespace / WriterSettings Class / ForeColor Property
Синтаксис Требования Смотрите также
В этом разделе
    ForeColor Свойство (WriterSettings)
    В этом разделе
    Возвращает или задает основной цвет штрих-кода.
    Синтаксис
    'Declaration
    
    <DescriptionAttribute("Fore color of barcode.")>
    <CategoryAttribute("Common")>
    Public Property ForeColor As Vintasoft.Primitives.VintasoftColor
    
    
    [Description("Fore color of barcode.")]
    [Category("Common")]
    public Vintasoft.Primitives.VintasoftColor ForeColor { get; set; }
    
    
    [Description("Fore color of barcode.")]
    [Category("Common")]
    public: __property Vintasoft.Primitives.VintasoftColor get_ForeColor();
    public: __property void set_ForeColor(
    Vintasoft.Primitives.VintasoftColor value
    );
    [Description("Fore color of barcode.")]
    [Category("Common")]
    public:
    property Vintasoft.Primitives.VintasoftColor ForeColor { Vintasoft.Primitives.VintasoftColor get(); void set(Vintasoft.Primitives.VintasoftColor value); }

    Property Value

    Значение по умолчанию: VintasoftColor.Черный.
    Требования

    Целевые платформы: .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    Смотрите также