Version

RichDocumentViewLocation Enumeration

Specifies the location of an RichDocumentView within the editing area of a XamRichTextEditor control.
Syntax
'Declaration
 
Public Enum RichDocumentViewLocation 
   Inherits System.Enum
public enum RichDocumentViewLocation : System.Enum 
Members
MemberDescription
CenterThe RichDocumentView is the only view being displayed by the XamRichTextEditor and it takes up the entire editing area of the control.
LowerSpecifies that the RichDocumentView is the lower view in a XamRichTextEditor with a horizontal split or the right view in a XamRichTextEditor with a vertical split.
UpperSpecifies that the RichDocumentView is the upper view in a XamRichTextEditor with a horizontal split or the left view in a XamRichTextEditor 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