Paragraph.KeepTogether Proprietà

Definizione

Ottiene o imposta un valore che indica se il testo del paragrafo può essere interrotto da un'interruzione di pagina o di colonna.

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

Valore della proprietà

true per impedire che il testo del paragrafo venga interrotto; in caso contrario, false. Il valore predefinito è false.

Commenti

Informazioni proprietà di dipendenza

Campo Identificatore KeepTogetherProperty
Proprietà dei metadati impostate su true AffectsParentMeasure

Si applica a

Vedi anche