ActiveReports Developer 7
LayoutMode Enumeration
See Also 
GrapeCity.ActiveReports.Design.Win.v7 Assembly > GrapeCity.ActiveReports.Design Namespace : LayoutMode Enumeration

Glossary Item Box

Enumeration of modes for laying out controls on the report designer.

Syntax

Visual Basic (Declaration) 
Public Enum LayoutMode 
   Inherits System.Enum
C# 
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