AdvancedDateTimePickerFont Property
Gets or sets the font of the text displayed by the control.
Namespace: KGySoft.WinForms.ControlsAssembly: KGySoft.WinForms (in KGySoft.WinForms.dll) Version: 5.0.1
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
Return Value
FontThe
Font to apply to the text displayed by the control. The default is the value of the
DefaultFont property.