Paragraph.MinWidowLines 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定值,這個值指定當分頁符號或分欄符號中斷 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 |