ActiveReports 14 .NET Edition
GrapeCity.ActiveReports.Design.Win Assembly / GrapeCity.ActiveReports.Design Namespace / LayoutMode Enumeration

In This Topic
    LayoutMode Enumeration
    In This Topic
    Enumeration of modes for laying out controls on the report designer.
    Syntax
    'Declaration
     
    Public Enum LayoutMode 
       Inherits System.Enum
    public enum LayoutMode : System.Enum 
    Members
    MemberDescription
    DimHelperLinesSpecifies dimensions helper line layout mode.
    NoneAllow free movement of controls.
    SnapGridSnap controls to the grid.
    SnapLinesSnap controls to lines showing alignment to other controls.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             GrapeCity.ActiveReports.Design.LayoutMode

    See Also