ForeColor Property (AnnotationComment)
 
            
                In This Topic
            
            
            Defines the color of the font.
            
            
            
            Syntax
            
            
            
            
            'Declaration
 
Public Shadows Property ForeColor As Color
             
        
            
            public new Color ForeColor {get; set;}
             
        
            
            public read-write property ForeColor: Color; 
             
        
            
            public hide function get,set ForeColor : Color
             
        
            
            public: __property new Color get_ForeColor();
public: __property new void set_ForeColor( 
   Color value
);
             
        
            
            public:
new property Color ForeColor {
   Color get();
   void set (    Color value);
}
             
        
             
        
            
            
             
            
            
            
            
            
            
            
            
            
            
            
            See Also