RadControls for WinForms

Gets or sets the font. Font type defines a particular format for text, including font face, size, and style attributes.

Namespace: Telerik.WinControls
Assembly: Telerik.WinControls (in Telerik.WinControls.dll) Version: 2013.1.321.40 (2013.1.321.40)

Syntax

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

See Also