DataGridTextColumn.FontFamily 属性

定义

获取或设置列中单元格内容的字体系列。

public:
 property System::Windows::Media::FontFamily ^ FontFamily { System::Windows::Media::FontFamily ^ get(); void set(System::Windows::Media::FontFamily ^ value); };
public System.Windows.Media.FontFamily FontFamily { get; set; }
member this.FontFamily : System.Windows.Media.FontFamily with get, set
Public Property FontFamily As FontFamily

属性值

列中单元格内容的字体系列。 已注册的默认值为 MessageFontFamily。 有关可能影响该值的因素的信息,请参见 DependencyProperty

注解

仅当模板使用 属性作为参数时, 属性 FontFamily 才确定列中控件的字体。

适用于