Action
Gets the colors used to tint the background of the control. Pass the same color for both values for a flat-looking control.
The default value is [ 0xFFFFFF, 0xCCCCCC ].
Syntax
C#
protected List(Of Color) fillColors { get; }
VB
'Declaration
Protected Read Property fillColors As List(Of Color)
Access
Read only.