DataPA Enterprise Dashboard Controls 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
| C# |
|---|
public float DefaultFontSize { get; set; } |
| Visual Basic |
|---|
Public Property DefaultFontSize As Single
Get
Set |
| Visual C++ |
|---|
public:
virtual property float DefaultFontSize {
float get () sealed;
void set (float value) sealed;
} |
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