crBorder property
COLORREF
get
crBorder
Specifies the color of the outline that will be drawn around the text.
Implementation
COLORREF get crBorder => .new(_crBorder);
set
crBorder
(COLORREF value)
Implementation
set crBorder(COLORREF value) => _crBorder = value;