ExtendedVisualStateManager.SetRuntimeVisibilityProperty Method

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

Syntax

'Declaration
Public Shared Sub SetRuntimeVisibilityProperty ( _
    obj As DependencyObject, _
    value As DependencyProperty _
)
'Usage
Dim obj As DependencyObject
Dim value As DependencyProperty

ExtendedVisualStateManager.SetRuntimeVisibilityProperty(obj, value)
public static void SetRuntimeVisibilityProperty (
    DependencyObject obj,
    DependencyProperty value
)
public:
static void SetRuntimeVisibilityProperty (
    DependencyObject^ obj, 
    DependencyProperty^ value
)
public static void SetRuntimeVisibilityProperty (
    DependencyObject obj, 
    DependencyProperty value
)
public static function SetRuntimeVisibilityProperty (
    obj : DependencyObject, 
    value : DependencyProperty
)

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