Gets or sets the width of a dot in pixels if the "underline" is underdots in reality. 
            
            
            
            Syntax
            
            
            
            
            'Declaration
 
Public Property UnderlineDotWidth As Byte
             
        
            
            'Usage
 
Dim instance As ImGearRecLetter
Dim value As Byte
 
instance.UnderlineDotWidth = value
 
value = instance.UnderlineDotWidth
             
        
            
            public byte UnderlineDotWidth {get; set;}
             
        
            
            public: __property byte get_UnderlineDotWidth();
public: __property void set_UnderlineDotWidth( 
   byte value
);
             
        
            
            public:
property byte UnderlineDotWidth {
   byte get();
   void set (    byte value);
}
             
        
             
        
            
            
            Property Value
Byte value.
 
            
            
            
            
            
            
            
            
            
            
            
            See Also