←Select platform

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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.WinForms.CommonDialogs.File Assembly