WpfPanel.FloatingLocation Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.