FontStyle Property (AnnotationComment)
 
            
                In This Topic
            
            
            The style of the font to be used to render the text.
            
            
            
            Syntax
            
            
            
            
            'Declaration
 
Public Shadows Property FontStyle As FontStyle
             
        
            
            public new FontStyle FontStyle {get; set;}
             
        
            
            public read-write property FontStyle: FontStyle; 
             
        
            
            public hide function get,set FontStyle : FontStyle
             
        
            
            public: __property new FontStyle get_FontStyle();
public: __property new void set_FontStyle( 
   FontStyle value
);
             
        
            
            public:
new property FontStyle FontStyle {
   FontStyle get();
   void set (    FontStyle value);
}
             
        
             
        
            
            
             
            
            
            
            
            
            
            
            
            
            
            
            See Also