Describes page margins hide/show modes (when the mouse is over the margins area).
Namespace:
C1.Win.C1PreviewAssembly: C1.Win.C1Report.2 (in C1.Win.C1Report.2.dll)
Syntax
| C# |
|---|
[FlagsAttribute] public enum HideMarginsFlags |
| Visual Basic |
|---|
<FlagsAttribute> _ Public Enumeration HideMarginsFlags |
Members
| Member name | Description | |
|---|---|---|
| None | No margins are hidden. | |
| Horizontal | Horizontal margins are hidden. | |
| Vertical | Vertical margins are hidden. | |
| All | All margins are hidden. |