Share via


WpfPanel.FloatingLocation Property

Definition

Gets or sets the last location of the panel.

public:
 property System::Windows::Point FloatingLocation { System::Windows::Point get(); void set(System::Windows::Point value); };
[System.ComponentModel.Browsable(false)]
public System.Windows.Point FloatingLocation { get; set; }
[<System.ComponentModel.Browsable(false)>]
member this.FloatingLocation : System.Windows.Point with get, set
Public Property FloatingLocation As Point

Property Value

Attributes

Remarks

When reused, a floating panel gets a new form and this form should be placed in the same location as the previous one as the user expects it to be.

Applies to