ASP.NET Core MVC Controls | ComponentOne
C1.Web.Mvc Namespace / IQuietZone Interface / Top Property






In This Topic
    Top Property (IQuietZone)
    In This Topic
    The size of the quiet zone on the top side of the barcode symbol. The default value for this property is 0.
    Syntax
    'Declaration
     
    
    Property Top As System.String
    'Usage
     
    
    Dim instance As IQuietZone
    Dim value As System.String
     
    instance.Top = value
     
    value = instance.Top
    System.string Top {get; set;}
    read-write property Top: System.String; 
    function get,set Top : System.String
    __property System.string* get_Top();
    __property void set_Top( 
       System.string* value
    );
    property System.String^ Top {
       System.String^ get();
       void set (    System.String^ value);
    }
    See Also