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

In This Topic
    ItemFontSize Property
    In This Topic
    Gets or sets the em-size of the font used for C1FontPicker DropDownForm items.
    Syntax
    'Declaration
     
    
    Public Property ItemFontSize As Single
    public float ItemFontSize {get; set;}
    See Also