Paragraph.KeepTogether Propriété

Définition

Obtient ou paramètre une valeur indiquant si le texte du paragraphe peut être arrêté par un saut de page ou saut de colonne.

public:
 property bool KeepTogether { bool get(); void set(bool value); };
public bool KeepTogether { get; set; }
member this.KeepTogether : bool with get, set
Public Property KeepTogether As Boolean

Valeur de propriété

Boolean

true pour empêcher le texte du paragraphe d'être interrompu ; sinon, false. La valeur par défaut est false.

Remarques

Informations sur les propriétés de dépendance

Champ d’identificateur KeepTogetherProperty
Propriétés de métadonnées définies sur true AffectsParentMeasure

S’applique à

Voir aussi