UpdateDetailsDisplayFont Property |
Gets or sets the font of the text displayed by the control.
Namespace: Kjs.AppLife.Update.ControllerAssembly: Kjs.AppLife.Update.Controller (in Kjs.AppLife.Update.Controller.dll) Version: 5.1.0.9 (5.1.0.9)
Syntaxpublic 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:
FontReturn Value
Type:
Font
The
Font to apply to the text displayed by the control. The default is the value of the
DefaultFont property.
See Also