FeedAnnouncement.LightModeIconUri Property

Definition

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

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

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

Property Value

The light mode icon URI.

Remarks

PNG is the only supported image format for announcement icons.

Applies to