DataPackagePropertySet.Square30x30Logo Property

Definition

Gets or sets the source app's logo.

public:
 property IRandomAccessStreamReference ^ Square30x30Logo { IRandomAccessStreamReference ^ get(); void set(IRandomAccessStreamReference ^ value); };
IRandomAccessStreamReference Square30x30Logo();

void Square30x30Logo(IRandomAccessStreamReference value);
public IRandomAccessStreamReference Square30x30Logo { get; set; }
var iRandomAccessStreamReference = dataPackagePropertySet.square30x30Logo;
dataPackagePropertySet.square30x30Logo = iRandomAccessStreamReference;
Public Property Square30x30Logo As IRandomAccessStreamReference

Property Value

The logo's bitmap.

Remarks

The logo is padded with the color in LogoBackgroundColor.

The source app should provide the logo that's appropriate for the current plateau level of the share UI.

Applies to

See also