SecondaryTileVisualElements.Square310x310Logo Property

Definition

Gets or sets the large secondary tile image.

The large tile size is not supported on Windows Phone 8.1.

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

void Square310x310Logo(Uri value);
public System.Uri Square310x310Logo { get; set; }
var uri = secondaryTileVisualElements.square310x310Logo;
secondaryTileVisualElements.square310x310Logo = uri;
Public Property Square310x310Logo As Uri

Property Value

The location of the image. This can be expressed as one of these schemes: ms-appx:///A path within the deployed app package. This path is resolved for languages and DPI plateau supported by the app.ms-appdata:///local/A file found in the per-user app storage.

Remarks

A wide tile image must also be set for the large tile option to be presented to the user.

Applies to

See also