In This Topic

FillColor Property (AnnotationStickyNote)

In This Topic
The color to be used for filling the annotation.
Syntax
'Declaration

 

Public Shadows Property FillColor As GdPictureColor
public new GdPictureColor FillColor {get; set;}
public read-write property FillColor: GdPictureColor; 
public hide function get,set FillColor : GdPictureColor
public: __property new GdPictureColor get_FillColor();

public: __property new void set_FillColor( 

   GdPictureColor value

);
public:

new property GdPictureColor FillColor {

   GdPictureColor get();

   void set (    GdPictureColor value);

}
See Also