Specifies the requested border and title bar layout of the sidebar dialog.

Members

Member Description
Standard The dialog's border and title bar equal to the style of a System.Windows.Window where the WindowStyle is set to System.Windows.WindowStyle.SingleBorderWindow and the ResizeMode to System.Windows.ResizeMode.NoResize.
StandardSizable The dialog's border and title bar equal to the style of a System.Windows.Window where the WindowStyle is set to System.Windows.WindowStyle.SingleBorderWindow and the ResizeMode to System.Windows.ResizeMode.CanResize.
Sidebar The dialog only displays the sidebar. The dialog is not sizable and neither a specific dialog border nor a title bar are set (equivalent to System.Windows.WindowStyle.None and System.Windows.ResizeMode.NoResize).
SidebarSizable The dialog only displays the sidebar. The dialog is sizable (equivalent to System.Windows.ResizeMode.CanResizeWithGrip), but neither a specific dialog border nor a title bar are set (System.Windows.WindowStyle.None).