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