WpfPanel.Floating Property
Gets or sets a Boolean value that specifies whether the panel is floating or tied into the agent desktop UI.
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 Boolean
value = instance.Floating
instance.Floating = value
Syntax
'Declaration
<BrowsableAttribute(False)> _
Public Property Floating As Boolean
[BrowsableAttribute(false)]
public bool Floating { get; set; }
[BrowsableAttribute(false)]
public:
virtual property bool Floating {
bool get () sealed;
void set (bool value) sealed;
}
/** @property */
public final boolean get_Floating ()
/** @property */
public final void set_Floating (boolean value)
public final function get Floating () : boolean
public final function set Floating (value : boolean)
Property Value
Type: Boolean
True if it is floating, otherwise false.
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.