バージョン

EditorDocumentViewLocation 列挙体

XamSyntaxEditor コントロールの編集領域内の EditorDocumentView の場所を指定します。
シンタックス
'宣言
 
Public Enum EditorDocumentViewLocation 
   Inherits System.Enum
public enum EditorDocumentViewLocation : System.Enum 
メンバ
メンバ解説
CenterEditorDocumentViewXamSyntaxEditor が表示する唯一のビューであり、コントロールの全編集領域を占有します。
LowerOrRightEditorDocumentView は水平分割がある XamSyntaxEditor の下側ビューであるか、垂直分割のある XamSyntaxEditor の右側ビューであることを指定します。
UpperOrLeftEditorDocumentView は水平分割がある XamSyntaxEditor の上側ビューであるか、垂直分割のある XamSyntaxEditor の左側ビューであることを指定します。
参照