WindowsFormsHost.FontStyle Propriété
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Obtient ou définit le style de police du contrôle hébergé.
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
Valeur de propriété
Style de police utilisé dans le contrôle hébergé.
Remarques
Cette propriété de dépendance est identifiée par le FontStyleProperty champ . Par défaut, cette propriété est mappée pour mettre à jour la Control.Font propriété du contrôle hébergé. Pour plus d’informations, consultez Mappage de propriétés Windows Forms et WPF.
Utilisation d'attributs XAML
<object FontStyle="fontStyle"/>
Valeurs XAML
Fontstyle Consultez FontStyle pour connaître la syntaxe des attributs XAML.
Informations sur les propriétés de dépendance
Champ Identificateur | FontStyleProperty |
Propriétés de métadonnées définies sur true |
AffectsMeasure, AffectsRender, Inherits |