TextModifier.HasDirectionalEmbedding 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 une valeur qui indique si le TextModifier prend en charge FlowDirection pour la portée de texte active.
public:
abstract property bool HasDirectionalEmbedding { bool get(); };
public abstract bool HasDirectionalEmbedding { get; }
member this.HasDirectionalEmbedding : bool
Public MustOverride ReadOnly Property HasDirectionalEmbedding As Boolean
Valeur de propriété
true
si TextModifier prend en charge FlowDirection pour la portée de texte active ; sinon, false
.
Remarques
Lorsque la valeur de retour est true
, TextFormatter utilise la FlowDirection propriété pour déterminer la direction du flux de contenu pour l’étendue actuelle du texte.