Freigeben über


AnimatedIconSource.FallbackIconSource Eigenschaft

Definition

Ruft das statische Symbol ab, das verwendet werden soll, wenn das animierte Symbol nicht ausgeführt werden kann, oder legt es fest.

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

Eigenschaftswert

Das statische Symbol, das verwendet werden soll, wenn das animierte Symbol nicht ausgeführt werden kann. Der Standardwert lautet null.

Hinweise

Das Fallbacksymbol kann ein beliebiger Symboltyp sein, der von IconSource erbt, einschließlich BitmapIconSource, FontIconSource, ImageIconSource, PathIconSource und SymbolIconSource.

Gilt für: