Sprache

InfoBadge.IconSource Eigenschaft

Definition

Dient zum Abrufen oder Festlegen des Symbols, das in einem InfoBadge verwendet werden soll.

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

void IconSource(IconSource value);
public IconSource IconSource { get; set; }
var iconSource = infoBadge.iconSource;
infoBadge.iconSource = iconSource;
Public Property IconSource As IconSource

Eigenschaftswert

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

Gilt für:

Weitere Informationen