Edit

Share via


ToastShoulderTapImage.AddImageQuery Property

Definition

Gets or sets a value whether Windows should append a query string to the image URI supplied in the Source property. 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.

public bool? AddImageQuery { get; set; }
member this.AddImageQuery : Nullable<bool> with get, set
Public Property AddImageQuery As Nullable(Of Boolean)

Property Value

Implements

Applies to