Font Property (AWTComponent)

Action

Gets the font of the component.

Syntax

C#
protected String Font { get; }
VB
'Declaration
Protected Read Property Font As String

Access

Read only.

Examples

VB

Dim font As String = component.Font