PrintDocument for WinForms | ComponentOne
C1.PrintDocument.6 Assembly / C1.C1Preview Namespace / LayoutChangeNewLine Class
Members

In This Topic
    LayoutChangeNewLine Class
    In This Topic
    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, and the current RenderObject.Stacking is StackingRulesEnum.InlineLeftToRight, a line break is inserted before of after that object, and layout changes described by the instance are applied.
    Object Model
    LayoutChangeNewLine Class
    Syntax
    'Declaration
     
    Public Class LayoutChangeNewLine 
       Inherits LayoutChangeBase
    public class LayoutChangeNewLine : LayoutChangeBase 
    Inheritance Hierarchy

    System.Object
       C1.C1Preview.LayoutChangeBase
          C1.C1Preview.LayoutChangeNewLine

    See Also