Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.4.29
|
Leadtools.Windows.Media.Transitions Namespace > TransitionBase Class : BeginTime Property |
public Nullable<TimeSpan> BeginTime {get; set;}
'Declaration Public Property BeginTime As Nullable(Of TimeSpan)
'Usage Dim instance As TransitionBase Dim value As Nullable(Of TimeSpan) instance.BeginTime = value value = instance.BeginTime
public: property Nullable<TimeSpan> BeginTime { Nullable<TimeSpan> get(); void set ( Nullable<TimeSpan> value); }