FontBox.Default (gb.form)

Property Default As String

Retorna ou define a fonte padrão do controle.

Exemplo

'Define
FontBox1.Default = "Ubuntu, 12"

'Retorna
Print FontBox1.Default

Ubuntu, 12