SecondaryTileVisualElements.Square71x71Logo Property

Definition

Gets or sets the small secondary tile image.

The Square71x71 tile size is not supported on Windows. Instead, call Square70x70Logo.

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

void Square71x71Logo(Uri value);
public System.Uri Square71x71Logo { get; set; }
var uri = secondaryTileVisualElements.square71x71Logo;
secondaryTileVisualElements.square71x71Logo = uri;
Public Property Square71x71Logo 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.

Applies to