Version

VerticalSplitterLocation Enumeration

Specifies the location of XamOutlookBar's vertical splitter.
Syntax
'Declaration
 
Public Enum VerticalSplitterLocation 
   Inherits System.Enum
public enum VerticalSplitterLocation : System.Enum 
Members
MemberDescription
LeftThe vertical splitter is on the left side of XamOutlookBar and the location of the XamOutlookBar in the minimized state is on the right side of window.
RightThe vertical splitter is on the right side of XamOutlookBar and the location of the XamOutlookBar in the minimized state is on the left side of window (default).
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