The BeginTime Property supports WPF/Silverlight.
Gets or sets the System.Windows.Media.Animation.Timeline.BeginTime for the internal Storyboard object.| Visual Basic (Declaration) | |
|---|---|
Public Property BeginTime As Nullable(Of TimeSpan) | |
| Visual Basic (Usage) | Copy Code |
|---|---|
Dim instance As TransitionBase Dim value As Nullable(Of TimeSpan) instance.BeginTime = value value = instance.BeginTime | |
| C# | |
|---|---|
public Nullable<TimeSpan> BeginTime {get; set;} | |
| C++/CLI | |
|---|---|
public: property Nullable<TimeSpan> BeginTime { Nullable<TimeSpan> get(); void set ( Nullable<TimeSpan> value); } | |
Property Value
refer to System.Windows.Media.Animation.Timeline.BeginTime 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