Font Property (DropDownCalculator)
Gets or sets the font which used in the drop-down window.
public Font Font {get; set;}
'Declaration
Public Property Font As Font
'Usage
Dim instance As DropDownCalculator
Dim value As Font
instance.Font = value
value = instance.Font
Property Value
A
System.Drawing.Font object indicates the Font of the
DropDownCalculator.