Gets and sets whether or not the background of the rectangle annotation is translucent.
'Declaration
Public Property HighlightFill As Boolean
'Usage
Dim instance As RectangleTool
Dim value As Boolean
instance.HighlightFill = value
value = instance.HighlightFill
public bool HighlightFill {get; set;}
public: __property bool get_HighlightFill();
public: __property void set_HighlightFill(
bool value
);
public:
property bool HighlightFill {
bool get();
void set ( bool value);
}
Property Value
A boolean value which is
true to fill the annotation translucent. Otherwise,
false is used and the background is opaque.