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

In This Topic
    SelectedFontFamily Property (InvalidFontFamily)
    In This Topic
    Gets or sets a FontFamily name of one of the installed fonts that will be returned as SelectedFontFamily for any incorrect input.
    Syntax
    'Declaration
     
    
    Public Property SelectedFontFamily As String
    public string SelectedFontFamily {get; set;}
    Remarks
    Default value is SystemFonts.DefaultFont.FontFamily.Name.
    See Also