LEADTOOLS WPF (Leadtools.Windows.Media.TransitionBase assembly)

AutoReverse Property

Show in webframe





Gets or sets the System.Windows.Media.Animation.Timeline.AutoReverse for the internal Storyboard object.
Syntax
public bool AutoReverse {get; set;}
'Declaration
 
Public Property AutoReverse As Boolean
'Usage
 
Dim instance As TransitionBase
Dim value As Boolean
 
instance.AutoReverse = value
 
value = instance.AutoReverse

            

            
public:
property bool AutoReverse {
   bool get();
   void set (    bool value);
}

Property Value

refer to System.Windows.Media.Animation.Timeline.AutoReverse value.
Requirements

Target Platforms

See Also

Reference

TransitionBase Class
TransitionBase Members

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.