In This Topic

FillColor Property (AnnotationRectangle)

In This Topic
The color to be used for filling the annotation.
Syntax
'Declaration
 
Public Shadows Property FillColor As Color
public new Color FillColor {get; set;}
public read-write property FillColor: Color; 
public hide function get,set FillColor : Color
public: __property new Color get_FillColor();
public: __property new void set_FillColor( 
   Color value
);
public:
new property Color FillColor {
   Color get();
   void set (    Color value);
}
See Also