Accusoft.NotateXpress13.Net
HighlightBack Property (TextToolbarDefaults)




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 TextToolbarDefaults
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

true if HighlightBack otherwise, false.
See Also

Reference

TextToolbarDefaults Class
TextToolbarDefaults Members

 

 


©2018. Accusoft Corporation. All Rights Reserved.

Send Feedback