[]
Represents the layout modes available in the ActiveReports designer, specifying how elements align and snap within the design surface.
[Flags]
public enum LayoutMode
The LayoutMode enumeration allows for the customization of the design surface behavior in the ActiveReports designer. Users can enable or combine different layout modes to facilitate precise placement and alignment of report elements.
Available modes include:
This enumeration supports a bitwise combination of its member values, allowing multiple layout modes to be active simultaneously for enhanced design flexibility.
Name | Description |
---|---|
DimHelperLines | Represents the layout mode which makes helper lines less prominent, aiding in design without distraction. |
None | Represents the layout mode which disables all snapping and alignment aids on the design surface. |
SnapGrid | Represents the layout mode which enables snapping to grid lines on the design surface. |
SnapLines | Represents the layout mode which enables snapping of elements to alignment lines based on the positions of other elements on the design surface. |