Share via


FormRadioControl.font Method

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

Syntax

public str font([str value])

Run On

Client

Parameters

  • value
    Type: str
    The value to assign as the font for the control; optional.

Return Value

Type: str
The name of the font, such as Tahoma or Verdana.

See Also

FormRadioControl Class

FormRadioControl.fontSize Method