In This Topic

Fill Property (AnnotationEllipse)

In This Topic
Determines if the annotation must be filled or not.
Syntax
'Declaration
 
Public Shadows Property Fill As Boolean
public new bool Fill {get; set;}
public read-write property Fill: Boolean; 
public hide function get,set Fill : boolean
public: __property new bool get_Fill();
public: __property new void set_Fill( 
   bool value
);
public:
new property bool Fill {
   bool get();
   void set (    bool value);
}
See Also