AcrylicBrush.TintTransitionDuration Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets the length of the automatic transition animation used when the TintColor changes.
This documentation applies to WinUI 2 for UWP (for WinUI in the Windows App SDK, see the 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
Property Value
The length of the automatic transition animation used when the TintColor changes.
- Attributes
-
Microsoft.UI.Xaml.CustomAttributes.MUXPropertyDefaultValueAttribute