BeginTime Property

Summary

Gets or sets the System.Windows.Media.Animation.Timeline.BeginTime for the internal 'Storyboard' object.

Syntax
C#
VB
C++
public Nullable<TimeSpan> BeginTime { get; set; } 
  
Public Property BeginTime As Nullable(Of TimeSpan) 
public: 
property Nullable<TimeSpan> BeginTime { 
   Nullable<TimeSpan> get(); 
   void set (    Nullable<TimeSpan> ); 
} 

Property Value

refer to System.Windows.Media.Animation.Timeline.BeginTime value.

Requirements

Target Platforms

Help Version 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.