AccessText.FontStyle プロパティ

定義

AccessText 要素と共に使用するフォント スタイルを取得または設定します。

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 メトリックにより決定されます。

次の例では、コントロール内のテキストの外観を変更するためにプロパティを設定する方法を AccessText 示します。

<TextBox Name="textBox2" Width="50" Height="30"/>
<Label Target="{Binding ElementName=textBox2}">
  <AccessText Background="Red" Foreground="DarkSlateBlue"    
              FontFamily="Arial Narrow" FontSize="16" FontStyle="Italic" 
              FontWeight="Bold">
    E_dit
  </AccessText>
</Label>

注釈

フォント スタイルの詳細と一覧については、「」を参照してください FontStyle

依存プロパティ情報

識別子フィールド FontStyleProperty
に設定されたメタデータ プロパティ true AffectsMeasure, AffectsRender, Inherits

適用対象

こちらもご覧ください