Background Property (AWTComponent)

Action

Gets the background color of the component.

Syntax

C#
protected Color Background { get; }
VB
'Declaration
Protected Read Property Background As Color

Access

Read only.

Examples

VB

Dim backgroundColor As SilkTest.Ntf.Color = component.Background