Note

Access to this page requires authorization. You can try signing in or .

Access to this page requires authorization. You can try .

Control.FontFamily Property

Definition

Important

Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.

Gets or sets the font used to display text in the control.

FontFamily FontFamily();

void FontFamily(FontFamily value);
public FontFamily FontFamily { get; set; }
var fontFamily = control.fontFamily;
control.fontFamily = fontFamily;
Public Property FontFamily As FontFamily
<control FontFamily="fontFamilyValue"/>

Property Value

The font used to display text in the control.

Applies to


Feedback

Was this page helpful?