Input for WinForms | ComponentOne
C1.Win.Input.Pickers Namespace / C1FontPicker Class / SelectedFontFamily Property

In This Topic
    SelectedFontFamily Property (C1FontPicker)
    In This Topic
    Gets or sets currently selected font family name.
    Syntax
    'Declaration
     
    
    Public Property SelectedFontFamily As String
    public string SelectedFontFamily {get; set;}
    See Also