ExtendedVisualStateManager.GetRuntimeVisibilityProperty Method

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

Syntax

'Declaration
Public Shared Function GetRuntimeVisibilityProperty ( _
    obj As DependencyObject _
) As DependencyProperty
'Usage
Dim obj As DependencyObject
Dim returnValue As DependencyProperty

returnValue = ExtendedVisualStateManager.GetRuntimeVisibilityProperty(obj)
public static DependencyProperty GetRuntimeVisibilityProperty (
    DependencyObject obj
)
public:
static DependencyProperty^ GetRuntimeVisibilityProperty (
    DependencyObject^ obj
)
public static DependencyProperty GetRuntimeVisibilityProperty (
    DependencyObject obj
)
public static function GetRuntimeVisibilityProperty (
    obj : DependencyObject
) : 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