Paragraph.MinWidowLines 屬性

定義

取得或設定值,這個值指定當分頁符號或分欄符號中斷 Paragraph 時,可以在中斷前放置的最少行數。

public:
 property int MinWidowLines { int get(); void set(int value); };
public int MinWidowLines { get; set; }
member this.MinWidowLines : int with get, set
Public Property MinWidowLines As Integer

屬性值

一個整數,指定當分頁符號或分欄符號中斷 Paragraph 時,可以在中斷前放置的最少行數。 值為 0 表示沒有最小值。

預設值為 0。

備註

相依性屬性資訊

識別碼欄位 MinWidowLinesProperty
設定為 的中繼資料屬性 true AffectsParentMeasure

適用於

另請參閱