[]
Gets or sets the font which used in the drop-down window.
[Browsable(true)]
public Font Font { get; set; }
<Browsable(True)>
Public Property Font As Font
Type | Description |
---|---|
Font | A Font object indicates the Font of the DropDownCalculator. |
Because the Font is immutable (meaning that you cannot adjust any of its properties), you can only assign the Font property a new Font. However, you can base the new font on the existing font.