DataPA Enterprise Dashboard Controls API Reference
Gets and sets a value that indicates the style of the default font used for this skin.

Namespace: DataPAEnterpriseDashboard
Assembly: 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: FontStyle
A value that indicates the style of the default font used for this skin.

Return Value

Type: FontStyle
A value that indicates the style of the default font used for this skin.

Remarks