Version

EditorDocumentViewLocation Enumeration

Specifies the location of an EditorDocumentView within the editing area of a XamSyntaxEditor control.
Syntax
'Declaration
 
Public Enum EditorDocumentViewLocation 
   Inherits System.Enum
public enum EditorDocumentViewLocation : System.Enum 
Members
MemberDescription
CenterThe EditorDocumentView is the only view being displayed by the XamSyntaxEditor and it takes up the entire editing area of the control.
LowerOrRightSpecifies 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.
UpperOrLeftSpecifies 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.
Requirements

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

See Also