Share via


RichTextBlockOverflow.HasOverflowContent Propiedad

Definición

Obtiene un valor que indica si RichTextBlockOverflow tiene contenido que se extiende más allá de sus límites, que puede proporcionar contenido a un elemento OverflowContentTarget .

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

Valor de propiedad

Boolean

bool

True si RichTextBlockOverflow tiene contenido que se extiende más allá de sus límites; de lo contrario, false.

Comentarios

Si HasOverflowContent es true y se establece la propiedad OverflowContentTarget , el contenido adicional fluye al elemento OverflowContentTarget .

Se aplica a

Consulte también