ToastCollection.Icon Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.