WpfPanel.FloatingSize Property
Gets or sets the last size of the panel in case it is used again.
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 Size
value = instance.FloatingSize
instance.FloatingSize = value
Syntax
'Declaration
<BrowsableAttribute(False)> _
Public Property FloatingSize As Size
[BrowsableAttribute(false)]
public Size FloatingSize { get; set; }
[BrowsableAttribute(false)]
public:
property Size FloatingSize {
Size get ();
void set (Size value);
}
/** @property */
public Size get_FloatingSize ()
/** @property */
public void set_FloatingSize (Size value)
public function get FloatingSize () : Size
public function set FloatingSize (value : Size)
Property Value
Type:Size.
Remarks
When reused, a floating panel gets a new form and this form should be made the same size as the previous one as the user expects it to be. This only is used for floating panes
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.