DataPA Enterprise Dashboard Controls API Reference
Gets and sets the colour of the font used by this panel object.
Namespace: DataPAEnterpriseDashboardAssembly: DataPAEnterpriseDashboard (in DataPAEnterpriseDashboard.dll) Version: 1.0.90.0 (1.0.90.0)
Syntax
C# |
---|
public Color FontColour { get; set; } |
Visual Basic |
---|
Public Property FontColour As Color
Get
Set |
Visual C++ |
---|
public:
virtual property Color FontColour {
Color get () sealed;
void set (Color value) sealed;
} |
Property Value
Type:
ColorThe colour of the font used by this panel object.
Return Value
Type:
ColorThe colour of the font used by this panel object.
Remarks
See Also