DataPA Enterprise Dashboard Controls API Reference
Gets and sets the font used to superimpose the text on the splash screen.

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

Syntax

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

Property Value

Type: Font
The font used to superimpose the text on the splash screen.

Return Value

Type: Font
The font used to superimpose the text on the splash screen.

Remarks