ExtendedVisualStateManager.SetUseFluidLayout Method

Namespace: Microsoft.Expression.Interactivity.Core
Assembly: Microsoft.Expression.Interactions (in microsoft.expression.interactions.dll)

Syntax

'Declaration
Public Shared Sub SetUseFluidLayout ( _
    obj As DependencyObject, _
    value As Boolean _
)
'Usage
Dim obj As DependencyObject
Dim value As Boolean

ExtendedVisualStateManager.SetUseFluidLayout(obj, value)
public static void SetUseFluidLayout (
    DependencyObject obj,
    bool value
)
public:
static void SetUseFluidLayout (
    DependencyObject^ obj, 
    bool value
)
public static void SetUseFluidLayout (
    DependencyObject obj, 
    boolean value
)
public static function SetUseFluidLayout (
    obj : DependencyObject, 
    value : boolean
)

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.

See Also

Reference

ExtendedVisualStateManager Class
ExtendedVisualStateManager Members
Microsoft.Expression.Interactivity.Core Namespace