TrackColors Property (FlexScrollBar)

Action

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].

Syntax

C#
protected List(Of Color) trackColors { get; }
VB
'Declaration
Protected Read Property trackColors As List(Of Color)

Access

Read only.