TextBlock.FontFamily 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取或设置此元素中文本内容的首选顶级字体系列。
FontFamily FontFamily();
void FontFamily(FontFamily value);
public FontFamily FontFamily { get; set; }
var fontFamily = textBlock.fontFamily;
textBlock.fontFamily = fontFamily;
Public Property FontFamily As FontFamily
<TextBlock FontFamily="fontFamily" />
-or-
<TextBlock FontFamily="fontFamilyName[,fallbackFontFamilyName]" />
-or-
<TextBlock FontFamily="fontURI#fontFamily" />
属性值
一个 FontFamily 对象,该对象指定首选字体系列,或具有一个或多个回退字体系列的主要首选字体系列。 有关默认值的信息,请参阅 FontFamily 类主题。