The RepeatBehavior Property supports WPF/Silverlight.
Gets or sets the System.Windows.Media.Animation.Timeline.RepeatBehavior for the internal Storyboard object.| Visual Basic (Declaration) | |
|---|---|
Public Property RepeatBehavior As RepeatBehavior | |
| Visual Basic (Usage) | Copy Code |
|---|---|
Dim instance As TransitionBase Dim value As RepeatBehavior instance.RepeatBehavior = value value = instance.RepeatBehavior | |
| C# | |
|---|---|
public RepeatBehavior RepeatBehavior {get; set;} | |
| C++/CLI | |
|---|---|
public: property RepeatBehavior RepeatBehavior { RepeatBehavior get(); void set ( RepeatBehavior value); } | |
Property Value
refer to System.Windows.Media.Animation.Timeline.RepeatBehavior value.Target Platforms: Microsoft .NET Framework 3.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7
Copy Code