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