Share via


InfoBadge.IconSource Eigenschaft

Definition

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

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 einer InfoBadge verwendet werden soll. Der Standardwert ist NULL.

Gilt für:

Weitere Informationen