Gets the colors of the track, as an array of two colors.
You can use the same color twice for a solid track color. The default value is [0x94999b, 0xe7e7e7].
protected List(Of Color) trackColors { get; }
'Declaration Protected Read Property trackColors As List(Of Color)