VintaSoft Barcode .NET SDK 14.3: Documentation for .NET developer
Vintasoft.Barcode Namespace / BarcodeRenderer Class / BarcodeElement Property
Syntax Requirements SeeAlso
In This Topic
    BarcodeElement Property (BarcodeRenderer)
    In This Topic
    Gets or sets the barcode element to render.
    Syntax
    'Declaration
    
    <BrowsableAttribute(False)>
    Public Overridable Property BarcodeElement As Vintasoft.Barcode.BarcodeStructure.BarcodeElement
    
    
    [Browsable(False)]
    public virtual Vintasoft.Barcode.BarcodeStructure.BarcodeElement BarcodeElement { get; set; }
    
    
    [Browsable(False)]
    public: __property virtual Vintasoft.Barcode.BarcodeStructure.BarcodeElement* get_BarcodeElement();
    public: __property virtual void set_BarcodeElement(
    Vintasoft.Barcode.BarcodeStructure.BarcodeElement* value
    );

    Property Value

    The barcode element to render.
    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