ControlPanelObjectFontColour Property |
|
DataPA OpenAnalytics 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 public Color FontColour { get; set; }
Public Property FontColour As Color
Get
Set
public:
virtual property Color FontColour {
Color get () sealed;
void set (Color value) sealed;
}
function get_FontColour();
function set_FontColour(value);
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