Share via


FormGroupControl.font Method

Gets or sets the name of the font that is used for text in a control.

Syntax

public str font([str value])

Run On

Client

Parameters

  • value
    Type: str
    A String data type that indicates the font for text in a form group control; optional.

Return Value

Type: str
The name of the font that should be used, such as Tahoma or Verdana.

See Also

Reference

FormGroupControl Class