次の方法で共有


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

プロパティ値

列内のセルの内容のフォント スタイル。 登録済みの既定値は MessageFontStyle です。 値に影響を与える可能性の詳細については、 DependencyPropertyを参照してください。

注釈

FontStyle プロパティは、テンプレートがプロパティをパラメーターとして使用する場合にのみ、列内のコントロールのフォント スタイルを決定します。

適用対象