ComponentOne CalendarView for WinForms
C1.Win.C1Input Namespace / C1FontPicker Class / UsedFonts Property

In This Topic
    UsedFonts Property
    In This Topic
    Gets a collection of fonts installed on system.
    Syntax
    'Declaration
     
    
    Public Shared ReadOnly Property UsedFonts As List(Of String)
    public static List<string> UsedFonts {get;}
    See Also