Gets or sets the Font to draw the text.

Namespace: Dapfor.Net.Ui
Assembly: Dapfor.Net (in Dapfor.Net.dll) Version: 2.10.3.24917 (2.10.3.24917)

Syntax

C#
public Font Font { get; set; }
Visual Basic
Public Property Font As Font
	Get
	Set
Visual C++
public:
property Font^ Font {
	Font^ get ();
	void set (Font^ value);
}
F#
member Font : Font with get, set

Property Value

Type: Font
The font.

See Also