Control.FontStyle Propriedade

Definição

Obtém ou define o estilo no qual o texto é renderizado.

public:
 property FontStyle FontStyle { FontStyle get(); void set(FontStyle value); };
FontStyle FontStyle();

void FontStyle(FontStyle value);
public FontStyle FontStyle { get; set; }
var fontStyle = control.fontStyle;
control.fontStyle = fontStyle;
Public Property FontStyle As FontStyle
<control FontStyle="fontStyleMemberName" />

Valor da propriedade

Um dos valores que especifica o estilo no qual o texto é renderizado. O padrão é Normal.

Aplica-se a