Click or drag to resize
UpdateDetailsDisplayFont Property
Gets or sets the font of the text displayed by the control.

Namespace: Kjs.AppLife.Update.Controller
Assembly: Kjs.AppLife.Update.Controller (in Kjs.AppLife.Update.Controller.dll) Version: 5.1.0.9 (5.1.0.9)
Syntax
public override Font Font { get; set; }

Property Value

Type: Font

Return 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