Share via


AnimatedIconSource.FallbackIconSource Property

Definition

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