ToastCollection.Icon Property

Definition

Gets or sets the icon that displays next to the group title in the Action Center.

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

void Icon(Uri value);
public System.Uri Icon { get; set; }
var uri = toastCollection.icon;
toastCollection.icon = uri;
Public Property Icon As Uri

Property Value

The icon that displays next to the group title in the Action Center.

Applies to