WpfPanel.FloatingLocation Property
Gets or sets the last location of the panel.
Namespace: Microsoft.Uii.Desktop.UI.Controls.Wpf
Assembly: Microsoft.Uii.Desktop.UI.Controls.Wpf (in Microsoft.Uii.Desktop.UI.Controls.Wpf.dll)
Usage
'Usage
Dim instance As WpfPanel
Dim value As Point
value = instance.FloatingLocation
instance.FloatingLocation = value
Syntax
'Declaration
<BrowsableAttribute(False)> _
Public Property FloatingLocation As Point
[BrowsableAttribute(false)]
public Point FloatingLocation { get; set; }
[BrowsableAttribute(false)]
public:
property Point FloatingLocation {
Point get ();
void set (Point value);
}
/** @property */
public Point get_FloatingLocation ()
/** @property */
public void set_FloatingLocation (Point value)
public function get FloatingLocation () : Point
public function set FloatingLocation (value : Point)
Property Value
Type: Point
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.
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Platforms
See Also
Reference
WpfPanel Class
WpfPanel Members
Microsoft.Uii.Desktop.UI.Controls.Wpf Namespace
Unified Service Desk
Send comments about this topic to Microsoft.
© 2015 Microsoft. All rights reserved.