Version

DiagramOptionsPanePlacementMode Enumeration

Describes how the options pane is positioned relative to the selected diagram items.
Syntax
'Declaration
 
Public Enum DiagramOptionsPanePlacementMode 
   Inherits System.Enum
public enum DiagramOptionsPanePlacementMode : System.Enum 
Members
MemberDescription
AutoThe options pane is positioned on the left side of the selected diagram items when System.Windows.SystemParameters.IsMenuDropRightAligned is true, otherwise it is on the right side.
LeftThe options pane is positioned on the left side of the selected diagram items.
ReverseAutoThe options pane is positioned on the right side of the selected diagram items when System.Windows.SystemParameters.IsMenuDropRightAligned is true, otherwise it is on the left side.
RightThe options pane is positioned on the right side of the selected diagram items.
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