Accusoft.NotateXpress13.Net
HighlightBack Property (TextTool)




Gets and sets whether or not the background of the text annotation is translucent.
Syntax
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);
}
'Declaration
 
Public Property HighlightBack As Boolean
 
'Usage
 
Dim instance As TextTool
Dim value As Boolean
 
instance.HighlightBack = value
 
value = instance.HighlightBack

Property Value

A boolean value which is true to make the background translucent. Otherwise, false is used and the background is not translucent.
See Also

Reference

TextTool Class
TextTool Members

 

 


©2019. Accusoft Corporation. All Rights Reserved.

Send Feedback