Accusoft.NotateXpress13.Net
HighlightBack Property (TextTool)




Gets and sets whether or not the background of the text annotation is translucent.
Syntax
'Declaration
 
Public Property HighlightBack As Boolean
'Usage
 
Dim instance As TextTool
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 background translucent. Otherwise, false is used and the background is not translucent.
See Also

Reference

TextTool Class
TextTool Members

 

 


©2017. Accusoft Corporation. All Rights Reserved.

Send Feedback