Font Property (DropDownPickerInfo)
Gets or sets the font of the drop-down picker.
public Font Font {get; set;}
'Declaration
Public Property Font As Font
'Usage
Dim instance As DropDownPickerInfo
Dim value As Font
instance.Font = value
value = instance.Font
Property Value
A
Font value that indicates the font of the
DropDownPicker.