TextBox.TextDecorations 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 les ornements de texte à appliquer à la zone de texte.
public:
property System::Windows::TextDecorationCollection ^ TextDecorations { System::Windows::TextDecorationCollection ^ get(); void set(System::Windows::TextDecorationCollection ^ value); };
public System.Windows.TextDecorationCollection TextDecorations { get; set; }
member this.TextDecorations : System.Windows.TextDecorationCollection with get, set
Public Property TextDecorations As TextDecorationCollection
Valeur de propriété
TextDecorationCollection contenant des ornements de texte à appliquer à la zone de texte. La valeur par défaut est null
(aucun ornement de texte n'est appliqué).
Exemples
L’exemple suivant montre comment définir l’attribut TextDecorations , à l’aide Run de l’exemple d’élément.
<FlowDocument ColumnWidth="200">
<Paragraph>
<Run TextDecorations="Strikethrough">
This text will render with the strikethrough effect.
</Run>
</Paragraph>
</FlowDocument>
La figure suivante montre le rendu de cet exemple.
Les illustrations suivantes montrent le rendu OverLinedes éléments , Baselineet Underline des décorations, respectivement.
L’exemple suivant montre comment définir la TextDecorations propriété par programmation.
Run run1 = new Run("This text will render with the strikethrough effect.");
run1.TextDecorations = TextDecorations.Strikethrough;
Dim run1 As New Run("This text will render with the strikethrough effect.")
run1.TextDecorations = TextDecorations.Strikethrough
Remarques
Un TextDecoration objet est un ornement visuel que vous pouvez ajouter au texte. Il existe quatre types de décorations de texte : soulignement, ligne de base, barré et surligne. Pour plus d’informations sur les décorations de texte, consultez Guide pratique pour créer une décoration de texte.
Informations sur les propriétés de dépendance
Champ d’identificateur | TextDecorationsProperty |
Propriétés de métadonnées définies sur true |
AffectsRender |