DataPackagePropertySet.Square30x30Logo Property
Definition
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.
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.