InAppNotification.SetKeyFrameDuration(DependencyObject, TimeSpan) Method

Definition

Sets the value of the KeyFrameDuration attached property

public static void SetKeyFrameDuration (Windows.UI.Xaml.DependencyObject obj, TimeSpan value);
static member SetKeyFrameDuration : Windows.UI.Xaml.DependencyObject * TimeSpan -> unit
Public Shared Sub SetKeyFrameDuration (obj As DependencyObject, value As TimeSpan)

Parameters

obj
Windows.UI.Xaml.DependencyObject

The KeyFrame object where the property is attached

value
TimeSpan

The TimeSpan value to be set as duration

Applies to