Table of Contents

Method GetLabelBackColor

Namespace
Alternet.UI
Assembly
Alternet.UI.Common.dll

GetLabelBackColor(VisualControlState)

Gets Color which is used to draw background of the label text.

protected virtual Color GetLabelBackColor(VisualControlState state)

Parameters

state VisualControlState

Returns

Color

By default returns Empty which means do not draw background under the label text. In this case control's background is used.