KeyTime.FromTimeSpan(TimeSpan) Methode

Definition

Erstellt eine neue KeyTime-Instanz, wobei die KeyTimeType-Eigenschaft mit dem Wert des angegebenen Parameters initialisiert wird.

public:
 static System::Windows::Media::Animation::KeyTime FromTimeSpan(TimeSpan timeSpan);
public static System.Windows.Media.Animation.KeyTime FromTimeSpan (TimeSpan timeSpan);
static member FromTimeSpan : TimeSpan -> System.Windows.Media.Animation.KeyTime
Public Shared Function FromTimeSpan (timeSpan As TimeSpan) As KeyTime

Parameter

timeSpan
TimeSpan

Der Wert der neuen KeyTime.

Gibt zurück

Eine neue KeyTime-Instanz, die mit dem Wert von timeSpan initialisiert wurde.

Gilt für: