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

RepeatBehavior Property

Show in webframe





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

            

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

Property Value

refer to System.Windows.Media.Animation.Timeline.RepeatBehavior 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.