crText property

COLORREF get crText

Specifies the color of the text that will be drawn.

Implementation

COLORREF get crText => .new(_crText);
set crText (COLORREF value)

Implementation

set crText(COLORREF value) => _crText = value;