Share via


RichTextBlockOverflow.HasOverflowContent Propriété

Définition

Obtient une valeur qui indique si le RichTextBlockOverflow a du contenu qui s’étend au-delà de ses limites, qui peut fournir du contenu à un élément OverflowContentTarget .

public:
 property bool HasOverflowContent { bool get(); };
bool HasOverflowContent();
public bool HasOverflowContent { get; }
var boolean = richTextBlockOverflow.hasOverflowContent;
Public ReadOnly Property HasOverflowContent As Boolean

Valeur de propriété

Boolean

bool

True si le RichTextBlockOverflow a du contenu qui dépasse ses limites ; sinon, false.

Remarques

Si HasOverflowContent a la valeur true et que la propriété OverflowContentTarget est définie, le contenu supplémentaire est acheminé vers l’élément OverflowContentTarget .

S’applique à

Voir aussi