SplashScreenTextColor Property |
|
DataPA OpenAnalytics API Reference
Gets and sets the colour of the text to be superimposed on the splash screen.
Namespace: DataPAClientConfigAssembly: DataPAClientConfig (in DataPAClientConfig.dll) Version: 1.0.1.0 (1.0.1.0)
Syntax public Brush TextColor { get; set; }
Public Property TextColor As Brush
Get
Set
public:
virtual property Brush^ TextColor {
Brush^ get () sealed;
void set (Brush^ value) sealed;
}
function get_TextColor();
function set_TextColor(value);
Property Value
Type:
BrushThe colour of the text to be superimposed on the splash screen.
Return Value
Type:
BrushThe colour of the text to be superimposed on the splash screen.
Remarks See Also