Gets or sets the vertical offset text. 
            
            
            
            
            
            
            
            
            'Declaration
 
Public Shadows Property OutsideVerticalTextOffset As Integer
             
        
            
            'Usage
 
Dim instance As ImGearBarcodeWriter
Dim value As Integer
 
instance.OutsideVerticalTextOffset = value
 
value = instance.OutsideVerticalTextOffset
             
        
            
            public new int OutsideVerticalTextOffset {get; set;}
             
        
            
            public: __property new int get_OutsideVerticalTextOffset();
public: __property new void set_OutsideVerticalTextOffset( 
   int value
);
             
        
            
            public:
new property int OutsideVerticalTextOffset {
   int get();
   void set (    int value);
}
             
        
             
        
            
            
            Property Value
A long which represents the vertical offset value.