'Declaration Public Enum EditorDocumentViewLocation Inherits System.Enum
public enum EditorDocumentViewLocation : System.Enum
Member | Description |
---|---|
Center | The EditorDocumentView is the only view being displayed by the XamSyntaxEditor and it takes up the entire editing area of the control. |
LowerOrRight | Specifies that the EditorDocumentView is the lower view in a XamSyntaxEditor with a horizontal split or the right view in a XamSyntaxEditor with a vertical split. |
UpperOrLeft | Specifies that the EditorDocumentView is the upper view in a XamSyntaxEditor with a horizontal split or the left view in a XamSyntaxEditor with a vertical split. |
Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2