InfoBadge.IconSource Eigenschaft

Definition

Ruft das Symbol ab oder legt das Symbol fest, das in einem InfoBadge verwendet werden soll.

Diese Dokumentation gilt für WinUI 2 für UWP (für WinUI im Windows App SDK, siehe die Windows App SDK Namespaces).

public:
 property IconSource ^ IconSource { IconSource ^ get(); void set(IconSource ^ value); };
IconSource IconSource();

void IconSource(IconSource value);
public IconSource IconSource { get; set; }
Public Property IconSource As IconSource

Eigenschaftswert

Das Symbol, das in einem InfoBadge verwendet werden soll. Der Standardwert ist NULL.

Gilt für:

Weitere Informationen