TextOptions.GetTextRenderingMode(DependencyObject) Méthode
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 TextRenderingMode pour l'élément spécifié.
public:
static System::Windows::Media::TextRenderingMode GetTextRenderingMode(System::Windows::DependencyObject ^ element);
public static System.Windows.Media.TextRenderingMode GetTextRenderingMode (System.Windows.DependencyObject element);
static member GetTextRenderingMode : System.Windows.DependencyObject -> System.Windows.Media.TextRenderingMode
Public Shared Function GetTextRenderingMode (element As DependencyObject) As TextRenderingMode
Paramètres
- element
- DependencyObject
Élément pour lequel obtenir TextRenderingMode.
Retours
TextRenderingMode pour element
.