Gets and sets whether or not the background of the stamp annotation is translucent.
'Declaration
Public Property HighlightBack As Boolean
'Usage
Dim instance As StampTool
Dim value As Boolean
instance.HighlightBack = value
value = instance.HighlightBack
public bool HighlightBack {get; set;}
public: __property bool get_HighlightBack();
public: __property void set_HighlightBack(
bool value
);
public:
property bool HighlightBack {
bool get();
void set ( bool value);
}
Property Value
A boolean value which is
true to make the stamp annotation background translucent. Otherwise,
false is used and the stamp annotation background is not translucent.