Sdílet prostřednictvím


AccessText.FontWeight Vlastnost

Definice

Získá nebo nastaví tloušťku písma pro použití s elementem 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

Hodnota vlastnosti

Tloušťka písma, která se má použít. Výchozí hodnota je určena metrikou MessageFontWeight .

Příklady

Následující příklad ukazuje, jak nastavit vlastnosti pro změnu vzhledu textu v ovládacím prvku 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>

Poznámky

Informace o vlastnosti závislosti

Pole Identifikátor FontWeightProperty
Vlastnosti metadat nastavené na true AffectsMeasure, AffectsRender, Inherits

Platí pro

Viz také