Gets or sets the location of the dialog where the Sidebar is placed, if the Sidebar.IsPinned property is set to false. To place the dialog into the center of the top most control, the property value must be set to null. The default value is null.

Syntax

public System.Windows.Point? DialogLocation { get; set; }
Public Property DialogLocation() As System.Nullable(Of System.Windows.Point)