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

BeginTime Property

Show in webframe





Gets or sets the System.Windows.Media.Animation.Timeline.BeginTime for the internal Storyboard object.
Syntax
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);
}

Property Value

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