Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Used by the DefaultHTMLPageLayout of the Project.Properties collection object. The DefaultHTMLPageLayout specifies the default layout for new HTML pages.
Namespace: VSLangProj
Assembly: VSLangProj (in VSLangProj.dll)
Syntax
'Declaration
<GuidAttribute("8821C6DB-40B9-4584-B3F1-28336B36A23D")> _
Public Enumeration prjHTMLPageLayout
[GuidAttribute("8821C6DB-40B9-4584-B3F1-28336B36A23D")]
public enum prjHTMLPageLayout
[GuidAttribute(L"8821C6DB-40B9-4584-B3F1-28336B36A23D")]
public enum class prjHTMLPageLayout
[<GuidAttribute("8821C6DB-40B9-4584-B3F1-28336B36A23D")>]
type prjHTMLPageLayout
public enum prjHTMLPageLayout
Members
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. |