Note
Access to this page requires authorization. You can try signing in or .
Access to this page requires authorization. You can try .
AnimatedIconSource.FallbackIconSource Property
Definition
- Namespace:
- Microsoft.UI.Xaml.Controls
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 static icon to use when the animated icon cannot run.
public:
property IconSource ^ FallbackIconSource { IconSource ^ get(); void set(IconSource ^ value); };
IconSource FallbackIconSource();
void FallbackIconSource(IconSource value);
public IconSource FallbackIconSource { get; set; }
var iconSource = animatedIconSource.fallbackIconSource;
animatedIconSource.fallbackIconSource = iconSource;
Public Property FallbackIconSource As IconSource
Property Value
The static icon to use when the animated icon cannot run. The default is null.
Remarks
The fallback icon can be any icon type that inherits from IconSource, including BitmapIconSource, FontIconSource, ImageIconSource, PathIconSource, and SymbolIconSource.
Applies to
Feedback
Was this page helpful?
