FeedAnnouncement.LightModeIconUri 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 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.