ComponentOne Input for WinForms
C1.Win.C1Input.4.8 Assembly / C1.Win.C1Input Namespace / InvalidFontFamily Class / SelectedFontFamily Property

In This Topic
    SelectedFontFamily Property
    In This Topic
    Gets or sets a FontFamily name of one of the installed fonts that will be returned as C1FontPicker's Value 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