UseLibFonts Property

Summary

Enables or disables the use of the library installed fonts.

Syntax
C#
VB
C++
public bool UseLibFonts { get; set; } 
  
Public Property UseLibFonts As Boolean 
public: 
property bool UseLibFonts { 
   bool get(); 
   void set (    bool value); 
} 

Property Value

true to use the library installed fonts, false to use the system fonts.

Example

Refer to RasterOpenDialog example.

Requirements

Target Platforms

Help Version 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.WinForms.CommonDialogs.File Assembly