Partilhar via


USDStackPanel.Floating Property

Gets or sets a Boolean value that specifies whether the panel is a floating panel.

Namespace: Microsoft.Crm.UnifiedServiceDesk.Dynamics.PanelLayouts
Assembly: Microsoft.Crm.UnifiedServiceDesk.Dynamics (in Microsoft.Crm.UnifiedServiceDesk.Dynamics.dll)

Usage

'Usage
Dim instance As USDStackPanel
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: BooleanTrue if the panel is a floating panel, 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

USDStackPanel Class
USDStackPanel Members
Microsoft.Crm.UnifiedServiceDesk.Dynamics.PanelLayouts Namespace

Unified Service Desk
Send comments about this topic to Microsoft.
© 2015 Microsoft. All rights reserved.