ThinLayoutFlags Enumeration |
Flags specifying how the ThinLayout should be performed.
Namespace:
NetQuarry.Data.WebMappers
Assembly:
EAP.WebMappers (in EAP.WebMappers.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax [FlagsAttribute]
public enum ThinLayoutFlags
<FlagsAttribute>
Public Enumeration ThinLayoutFlags
Members
| Member name | Value | Description |
---|
| DesignMode | 1 | Layout in design mode. |
| WizPrevPage | 2 | Layout for a previous page (not the final destination) in a wizard layout. |
See Also