DataPA Enterprise Dashboard Controls API Reference
Gets and sets the colour of the text to be superimposed on the splash screen.

Namespace: DataPAClientConfig
Assembly: DataPAClientConfig (in DataPAClientConfig.dll) Version: 1.0.1.0 (1.0.1.0)

Syntax

C#
public Brush TextColor { get; set; }
Visual Basic
Public Property TextColor As Brush
	Get
	Set
Visual C++
public:
virtual property Brush^ TextColor {
	Brush^ get () sealed;
	void set (Brush^ value) sealed;
}

Property Value

Type: Brush
The colour of the text to be superimposed on the splash screen.

Return Value

Type: Brush
The colour of the text to be superimposed on the splash screen.

Remarks