Accusoft.NotateXpress13.Net
HighlightFill Property (RectangleToolbarDefaults)




Gets and sets whether whether the fill color for the current tool is displayed as highlighted (translucent), or as an opaque color.
Syntax
'Declaration
 
Public Property HighlightFill As Boolean
'Usage
 
Dim instance As RectangleToolbarDefaults
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

true if HighlightFill otherwise, false.
See Also

Reference

RectangleToolbarDefaults Class
RectangleToolbarDefaults Members

 

 


©2019. Accusoft Corporation. All Rights Reserved.

Send Feedback