'Declaration Public Enum DiagramOptionsPanePlacementMode Inherits System.Enum
public enum DiagramOptionsPanePlacementMode : System.Enum
Member | Description |
---|---|
Auto | The 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. |
Left | The options pane is positioned on the left side of the selected diagram items. |
ReverseAuto | The 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. |
Right | The options pane is positioned on the right side of the selected diagram items. |
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