Skip to content

P_Ekstrand_Windows_Forms_ControlElements_Font

Fred Ekstrand edited this page Aug 4, 2020 · 1 revision

ControlElements.Font Property

Gets or sets the font of the text displayed by the control.

Namespace: Ekstrand.Windows.Forms
Assembly: GroupBox (in GroupBox.dll) Version: 1.0.1.0 (1.0.1.0)

Syntax

C#

public Font Font { get; set; }

VB

Public Property Font As Font
	Get
	Set

C++

public:
virtual property Font^ Font {
	Font^ get () sealed;
	void set (Font^ value) sealed;
}

F#

abstract Font : Font with get, set
override Font : Font with get, set

Property Value

Type: Font

Implements

IControlElements.Font

See Also

Reference

ControlElements Class
Ekstrand.Windows.Forms Namespace

Clone this wiki locally