SplashScreenFont Property |
|
DataPA OpenAnalytics API Reference
Gets and sets the font used to superimpose the text on the splash screen.
Namespace: DataPAClientConfigAssembly: DataPAClientConfig (in DataPAClientConfig.dll) Version: 1.0.1.0 (1.0.1.0)
Syntax public Font Font { get; set; }
Public Property Font As Font
Get
Set
public:
virtual property Font^ Font {
Font^ get () sealed;
void set (Font^ value) sealed;
}
function get_Font();
function set_Font(value);
Property Value
Type:
FontThe font used to superimpose the text on the splash screen.
Return Value
Type:
FontThe font used to superimpose the text on the splash screen.
Remarks See Also