ICSS2Properties.Orphans

ICSS2Properties.Orphans property

The ‘orphans’ property specifies the minimum number of lines of a paragraph that must be left at the bottom of a page. The ‘widows’ property specifies the minimum number of lines of a paragraph that must be left at the top of a page. Examples of how they are used to control page breaks are given below.

public string Orphans { get; set; }

Return Value

orphans property

See Also