Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or sets playing the circle reveal backward.
Namespace: Microsoft.Expression.Media.Effects
Assembly: Microsoft.Expression.Effects (in microsoft.expression.effects.dll)
Syntax
'Declaration
Public Property Reverse As Boolean
'Usage
Dim instance As CircleRevealTransitionEffect
Dim value As Boolean
value = instance.Reverse
instance.Reverse = value
public bool Reverse { get; set; }
public:
property bool Reverse {
bool get ();
void set (bool value);
}
/** @property */
public boolean get_Reverse ()
/** @property */
public void set_Reverse (boolean value)
public function get Reverse () : boolean
public function set Reverse (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
CircleRevealTransitionEffect Class
CircleRevealTransitionEffect Members
Microsoft.Expression.Media.Effects Namespace