DashboardSkinDefaultFontStyle Property |
|
DataPA OpenAnalytics API Reference
Gets and sets a value that indicates the style 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 FontStyle DefaultFontStyle { get; set; }
Public Property DefaultFontStyle As FontStyle
Get
Set
public:
virtual property FontStyle DefaultFontStyle {
FontStyle get () sealed;
void set (FontStyle value) sealed;
}
function get_DefaultFontStyle();
function set_DefaultFontStyle(value);
Property Value
Type:
FontStyleA value that indicates the style of the default font used for this skin.
Return Value
Type:
FontStyleA value that indicates the style of the default font used for this skin.
Remarks See Also