DashboardSkinDefaultFont Property |
|
DataPA OpenAnalytics 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 public string DefaultFont { get; set; }
Public Property DefaultFont As String
Get
Set
public:
virtual property String^ DefaultFont {
String^ get () sealed;
void set (String^ value) sealed;
}
function get_DefaultFont();
function set_DefaultFont(value);
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