Gets and sets whether whether the fill color for the current tool is displayed as highlighted (translucent), or as an opaque color.
'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
.