CompositionAnimation.InitialValueExpressions Eigenschaft
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Ruft die Anfangswerte für die Animation ab.
public:
property InitialValueExpressionCollection ^ InitialValueExpressions { InitialValueExpressionCollection ^ get(); };
InitialValueExpressionCollection InitialValueExpressions();
public InitialValueExpressionCollection InitialValueExpressions { get; }
var initialValueExpressionCollection = compositionAnimation.initialValueExpressions;
Public ReadOnly Property InitialValueExpressions As InitialValueExpressionCollection
Eigenschaftswert
Die Anfangswerte für die Animation.
Windows-Anforderungen
Gerätefamilie |
Windows 10 Fall Creators Update (eingeführt in 10.0.16299.0)
|
API contract |
Windows.Foundation.UniversalApiContract (eingeführt in v5.0)
|