DataGridTextColumn.FontStyle 属性

定义

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

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

属性值

FontStyle

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

注解

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

适用于