Get or set the weight of the font.
            
            
            
            
            
            
            
            '宣言
 
Public Property Weight As System.Integer
             
        
            
            public System.int Weight {get; set;}
             
        
             
        
            
            
            プロパティ値
An 
int indicate the weight of font, which is in the range 0 through 1000. For example, 400 is normal and 700 is bold. If this value is zero, a default weight is used.