PrintDocument for WinForms
MinOrphanLines プロパティ (Style)


C1.PrintDocument.6 アセンブリ > C1.C1Preview 名前空間 > Style クラス : MinOrphanLines プロパティ
Gets or sets the minimum number of orphan text lines allowed on a page before or after a page break.
シンタックス
'宣言
 
Public Property MinOrphanLines As System.Integer
'使用法
 
Dim instance As Style
Dim value As System.Integer
 
instance.MinOrphanLines = value
 
value = instance.MinOrphanLines
public System.int MinOrphanLines {get; set;}
解説
This property is non-ambient (inherited from the Style.Parent of the current style if not explicitly set).

The default is 0.

参照

Style クラス
Style メンバ