Accusoft.NotateXpress13.Net
HighlightFill Property (RectangleTool)




Gets and sets whether or not the background of the rectangle annotation is translucent.
Syntax
'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.
See Also

Reference

RectangleTool Class
RectangleTool Members

 

 


©2019. Accusoft Corporation. All Rights Reserved.

Send Feedback