[]
Gets or sets the font used in the pop-up window.
[Browsable(true)]
public Font Font { get; set; }
<Browsable(True)>
Public Property Font As Font
Type | Description |
---|---|
Font | The Font value that indicates the font used in the pop-up window. |
The default value is the same as the control font. If a null value is set, the value is the default value automatically, without exception.