ShellAddressBarFont Property |
The font used to display text in the control.
Namespace:
Jam.Shell
Assembly:
ShellBrowser.Winforms (in ShellBrowser.Winforms.dll) Version: 6.3.1
Syntax public override Font Font { get; set; }
Public Overrides Property Font As Font
Get
Set
public:
virtual property Font^ Font {
Font^ get () override;
void set (Font^ value) override;
}
abstract Font : Font with get, set
override Font : Font with get, set
Property Value
Type:
FontSee Also