FontWeight Property (FlexButton)

Class

FlexButton.

Action

Gets whether the text is boldface.

Recognized values are normal and bold. The default value for Button controls is bold. The default value for all other controls is normal.

Syntax

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

Access

Read only.