DataPA Enterprise Dashboard Controls 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
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:
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