FontFamily Property (FlexMenuBar)

Class

FlexMenuBar.

Action

Gets the name of the font to use.

Unlike in a full CSS implementation, comma-separated lists are not supported. You can use any font family name. If you specify a generic font name, it is converted to an appropriate device font. The default value is Verdana.

Syntax

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

Access

Read only.