ASP.NET Core MVC Controls | ComponentOne
C1.Web.Mvc Namespace / UpcBase Class / QuietZone Property






In This Topic
    QuietZone Property (UpcBase)
    In This Topic
    Gets or sets the size of quiet zone (the blank margin) around the barcode symbol.
    Syntax
    'Declaration
     
    
    <JsonAttribute(1)>
    Public Overridable Shadows Property QuietZone As IQuietZoneWithAddOn
    'Usage
     
    
    Dim instance As UpcBase
    Dim value As IQuietZoneWithAddOn
     
    instance.QuietZone = value
     
    value = instance.QuietZone
    [Json(1)]
    public virtual new IQuietZoneWithAddOn QuietZone {get; set;}
    public read-write property QuietZone: IQuietZoneWithAddOn; virtual; 
    JsonAttribute(1)
    public hide function get,set QuietZone : IQuietZoneWithAddOn
    [Json(1)]
    public: __property virtual new IQuietZoneWithAddOn* get_QuietZone();
    public: __property virtual new void set_QuietZone( 
       IQuietZoneWithAddOn* value
    );
    [Json(1)]
    public:
    virtual new property IQuietZoneWithAddOn^ QuietZone {
       IQuietZoneWithAddOn^ get();
       void set (    IQuietZoneWithAddOn^ value);
    }
    See Also