HeaderColors Property (FlexPanel)

Class

FlexPanel.

Action

Gets the array of two colors used to draw the header.

The first color is the top color. The second color is the bottom color. The default values are null (Nothing in Visual Basic), which makes the header background the same as the panel background. The default value is null (Nothing in Visual Basic).

Syntax

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

Access

Read only.