'Declaration Public Enum EditorDocumentViewSplitOptions Inherits System.Enum
public enum EditorDocumentViewSplitOptions : System.Enum
Member | Description |
---|---|
AllowHorizontalSplitsOnly | The XamSyntaxEditor displays a mini-splitter that allows the editing area of the XamSyntaxEditor to be split horizontally, creating two EditorDocumentViews in the editing area of the control separated by a horizontal splitter. |
AllowVerticalAndHorizontalSplits | The XamSyntaxEditor displays a mini-splitter that allows the editing area of the XamSyntaxEditor to be split horizontally or vertically, creating two EditorDocumentViews in the editing area of the control separated by either a horizontal or verticalsplitter. |
AllowVerticalSplitsOnly | The XamSyntaxEditor displays a mini-splitter that allows the editing area of the XamSyntaxEditor to be split vertically, creating two EditorDocumentViews in the editing area of the control separated by a vertical splitter. |
SplittingNotAllowed | The XamSyntaxEditor does not display a mini-splitter that allows the editing area of the XamSyntaxEditor to be split - a single EditorDocumentView always occupies the entire editing area of the control. |
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