C1.WPF.PrintDocument.4.6.2 Assembly / C1.C1Preview Namespace / LayoutChangeNoBreak Class
Members

LayoutChangeNoBreak Class
Describes layout-related changes associated with a RenderObject. When an instance of this class is assigned to RenderObject.LayoutChangeBefore or RenderObject.LayoutChangeAfter on that object, layout changes described by the instance are applied to the next new page (but no immediate page break is caused by this class).
Object Model
LayoutChangeNoBreak Class
Syntax
'Declaration
 
Public Class LayoutChangeNoBreak 
   Inherits LayoutChangeBase
 
Inheritance Hierarchy

System.Object
   C1.C1Preview.LayoutChangeBase
      C1.C1Preview.LayoutChangeNoBreak

See Also