AnimatedIconSource.FallbackIconSource Eigenschaft

Definition

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

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: