FormattedTextFragment

FormattedTextFragment class

Fournit une classe de base abstraite pour un fragment de texte formaté dans un contenu.

public abstract class FormattedTextFragment

Propriétés

Nom La description
abstract BackgroundColor { get; } Obtient la couleur d’arrière-plan du texte.
abstract Font { get; } Obtient la police du texte.
abstract ForegroundColor { get; } Obtient la couleur de premier plan du texte.
abstract Text { get; } Obtient le texte du fragment.

Voir également