DataPA Enterprise Dashboard Controls API Reference
Gets and sets a value that indicates the name 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 string DefaultFont { get; set; } |
| Visual Basic |
|---|
Public Property DefaultFont As String
Get
Set |
| Visual C++ |
|---|
public:
virtual property String^ DefaultFont {
String^ get () sealed;
void set (String^ value) sealed;
} |
Property Value
Type:
StringA value that indicates the name of the default font used for this skin.
Return Value
Type:
StringA value that indicates the name of the default font used for this skin.
Remarks
See Also