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 、テンプレートで プロパティをパラメーターとして使用する場合にのみ、列内のコントロールのフォント スタイルを決定します。

適用対象