prjHTMLPageLayout Enumeration
Visual Studio 2015
Used by the DefaultHTMLPageLayout of the Project.Properties collection object. The DefaultHTMLPageLayout specifies the default layout for new HTML pages.
Assembly: VSLangProj (in VSLangProj.dll)
| Member name | Description | |
|---|---|---|
| prjHTMLPageLayoutFlow | HTML elements are arranged according to the order that they occur in the HTML markup. | |
| prjHTMLPageLayoutGrid | HTML elements are positioned using x and y coordinates. |
Show: