ConnectedAnimation.Configuration 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 Konfiguration ab, die den Typ der verbundenen Animation beschreibt, die wiedergegeben werden soll, oder legt sie fest.
public:
property ConnectedAnimationConfiguration ^ Configuration { ConnectedAnimationConfiguration ^ get(); void set(ConnectedAnimationConfiguration ^ value); };
ConnectedAnimationConfiguration Configuration();
void Configuration(ConnectedAnimationConfiguration value);
public ConnectedAnimationConfiguration Configuration { get; set; }
var connectedAnimationConfiguration = connectedAnimation.configuration;
connectedAnimation.configuration = connectedAnimationConfiguration;
Public Property Configuration As ConnectedAnimationConfiguration
Eigenschaftswert
Eine Konfiguration, die den Typ der wiedergegebenen verbundenen Animation beschreibt.
Windows-Anforderungen
Gerätefamilie |
Windows 10, version 1809 (eingeführt in 10.0.17763.0)
|
API contract |
Windows.Foundation.UniversalApiContract (eingeführt in v7.0)
|