InAppNotification.GetKeyFrameDuration(DependencyObject) Method

Definition

Gets the value of the KeyFrameDuration attached Property

public static TimeSpan GetKeyFrameDuration (Windows.UI.Xaml.DependencyObject obj);
static member GetKeyFrameDuration : Windows.UI.Xaml.DependencyObject -> TimeSpan
Public Shared Function GetKeyFrameDuration (obj As DependencyObject) As TimeSpan

Parameters

obj
Windows.UI.Xaml.DependencyObject

the KeyFrame where the duration is set

Returns

Value of KeyFrameDuration

Applies to