Specifies whether to use system fonts in place of the skin fonts.
Namespace: SkinSoft.OSSkin
Assembly: SkinSoft.OSSkin (in SkinSoft.OSSkin.dll)
Syntax
| Visual Basic (Declaration) |
|---|
| Public Property UseSystemFonts As Boolean |
| C# |
|---|
| public bool UseSystemFonts { get; set; } |
| C++ |
|---|
| public property bool UseSystemFonts sealed { bool get(); void set(bool value); } |
| J# |
|---|
| /** property */ public bool get_UseSystemFonts(); /** property */ public void set_UseSystemFonts(bool value); |
| JScript |
|---|
| public function get UseSystemFonts() : bool public function set UseSystemFonts(value : bool); |