Gets or sets font to be used for displaying text.

Namespace: Sgry.Azuki.WinForms
Assembly: Azuki (in Azuki.dll) Version: 1.7.13.40248

Syntax

C#
public override Font Font { get; set; }
Visual Basic
Public Overrides Property Font As Font
	Get
	Set

Property Value

Type: Font

Implements

IUserInterface..::..Font

See Also