DataGridTextColumn.FontFamily 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取或设置列中单元格内容的字体系列。
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 才确定列中控件的字体。