Share via


FluidMoveBehaviorBase.IsActive Property

Indicates whether the behavior is currently active.

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

Syntax

'Declaration
Public Property IsActive As Boolean
'Usage
Dim instance As FluidMoveBehaviorBase
Dim value As Boolean

value = instance.IsActive

instance.IsActive = value
public bool IsActive { get; set; }
public:
property bool IsActive {
    bool get ();
    void set (bool value);
}
/** @property */
public boolean get_IsActive ()

/** @property */
public void set_IsActive (boolean value)
public function get IsActive () : boolean

public function set IsActive (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

FluidMoveBehaviorBase Class
FluidMoveBehaviorBase Members
Microsoft.Expression.Interactivity.Layout Namespace