DashboardSkinDefaultFontSize Property |
|
DataPA OpenAnalytics API Reference
Gets and sets a value that indicates the size of the default font used for this skin.
Namespace: DataPAEnterpriseDashboardAssembly: DataPAEnterpriseDashboard (in DataPAEnterpriseDashboard.dll) Version: 1.0.90.0 (1.0.90.0)
Syntax public float DefaultFontSize { get; set; }
Public Property DefaultFontSize As Single
Get
Set
public:
virtual property float DefaultFontSize {
float get () sealed;
void set (float value) sealed;
}
function get_DefaultFontSize();
function set_DefaultFontSize(value);
Property Value
Type:
SingleA value that indicates the size of the default font used for this skin.
Return Value
Type:
SingleA value that indicates the size of the default font used for this skin.
Remarks See Also