FeedAnnouncement.DarkModeIconUri Property

Definition

Gets or sets the required icon URI for the dark mode OS theme, which will be displayed on the notification if the current OS theme is dark.

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

void DarkModeIconUri(Uri value);
public System.Uri DarkModeIconUri { get; set; }
var uri = feedAnnouncement.darkModeIconUri;
feedAnnouncement.darkModeIconUri = uri;
Public Property DarkModeIconUri As Uri

Property Value

The dark mode icon URI.

Remarks

PNG is the only supported image format for announcement icons.

Applies to