AccessText.FontWeight プロパティ
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
AccessText 要素と共に使用するフォントの太さを取得または設定します。
public:
property System::Windows::FontWeight FontWeight { System::Windows::FontWeight get(); void set(System::Windows::FontWeight value); };
public System.Windows.FontWeight FontWeight { get; set; }
member this.FontWeight : System.Windows.FontWeight with get, set
Public Property FontWeight As FontWeight
プロパティ値
使用するフォントの太さ。 既定値は、MessageFontWeight メトリックにより決定されます。
例
次の例は、コントロール内のテキストの外観を変更するプロパティを設定する方法を 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>
注釈
依存プロパティ情報
識別子フィールド | FontWeightProperty |
に設定されたメタデータ プロパティ true |
AffectsMeasure, AffectsRender, Inherits |
適用対象
こちらもご覧ください
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
.NET