'宣言 Public Enum EditorDocumentViewLocation Inherits System.Enum
public enum EditorDocumentViewLocation : System.Enum
| メンバ | 解説 | 
|---|---|
| Center | EditorDocumentView は XamSyntaxEditor が表示する唯一のビューであり、コントロールの全編集領域を占有します。 | 
| LowerOrRight | EditorDocumentView は水平分割がある XamSyntaxEditor の下側ビューであるか、垂直分割のある XamSyntaxEditor の右側ビューであることを指定します。 | 
| UpperOrLeft | EditorDocumentView は水平分割がある XamSyntaxEditor の上側ビューであるか、垂直分割のある XamSyntaxEditor の左側ビューであることを指定します。 |