ToastGenericAppLogo Class
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.
The logo that is displayed on your Toast notification.
public sealed class ToastGenericAppLogo : Microsoft.Toolkit.Uwp.Notifications.IBaseImage
type ToastGenericAppLogo = class
interface IBaseImage
Public NotInheritable Class ToastGenericAppLogo
Implements IBaseImage
- Inheritance
-
ToastGenericAppLogo
- Implements
Toast |
Initializes a new instance of the ToastGenericAppLogo class, a logo that is displayed on your Toast notification. |
Add |
Gets or sets set a value whether Windows is allowed to append a query string to the image URI supplied in the Tile notification. Use this attribute if your server hosts images and can handle query strings, either by retrieving an image variant based on the query strings or by ignoring the query string and returning the image as specified without the query string. This query string specifies scale, contrast setting, and language. |
Alternate |
Gets or sets a description of the image, for users of assistive technologies. |
Hint |
Gets or sets specify how the image should be cropped. |
Source |
Gets or sets the URI of the image. Can be from your application package, application data, or the internet. Internet images must be less than 200 KB in size. |
Product | Versions |
---|---|
Windows Community Toolkit | 6.1.1, 7.0.0, 7.1.0 |