GdPicture.NET.14.API
GdPicture14.Annotations Namespace / AnnotationRedaction Class / FillColor Property





In This Topic
FillColor Property (AnnotationRedaction)
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