AcrylicBrush.TintTransitionDuration 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 Länge der automatischen Übergangsanimation ab, die beim Ändern der TintColor verwendet wird, oder legt sie fest.
Diese Dokumentation gilt für WinUI 2 für UWP (für WinUI im Windows App SDK, siehe Windows App SDK Namespaces).
public:
property TimeSpan TintTransitionDuration { TimeSpan get(); void set(TimeSpan value); };
TimeSpan TintTransitionDuration();
void TintTransitionDuration(TimeSpan value);
/// [Microsoft.UI.Xaml.CustomAttributes.MUXPropertyDefaultValue(value="AcrylicBrush::sc_defaultTintTransitionDuration")]
/// [get: Microsoft.UI.Xaml.CustomAttributes.MUXPropertyDefaultValue(value="AcrylicBrush::sc_defaultTintTransitionDuration")]
/// [set: Microsoft.UI.Xaml.CustomAttributes.MUXPropertyDefaultValue(value="AcrylicBrush::sc_defaultTintTransitionDuration")]
TimeSpan TintTransitionDuration();
void TintTransitionDuration(TimeSpan value);
public System.TimeSpan TintTransitionDuration { get; set; }
[Microsoft.UI.Xaml.CustomAttributes.MUXPropertyDefaultValue(value="AcrylicBrush::sc_defaultTintTransitionDuration")]
public System.TimeSpan TintTransitionDuration { [Microsoft.UI.Xaml.CustomAttributes.MUXPropertyDefaultValue(value="AcrylicBrush::sc_defaultTintTransitionDuration")] get; [Microsoft.UI.Xaml.CustomAttributes.MUXPropertyDefaultValue(value="AcrylicBrush::sc_defaultTintTransitionDuration")] set; }
Public Property TintTransitionDuration As TimeSpan
Eigenschaftswert
Die Länge der automatischen Übergangsanimation, die beim Ändern der TintColor verwendet wird.
- Attribute
-
Microsoft.UI.Xaml.CustomAttributes.MUXPropertyDefaultValueAttribute