[]
Gets or sets the font 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 that indicates the Font of the DropDownCalculator. |
Because 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.