DataPackagePropertySet.Square30x30Logo 속성
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
원본 앱의 로고를 가져오거나 설정합니다.
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
속성 값
로고의 비트맵입니다.
설명
로고는 LogoBackgroundColor의 색으로 채워집니다.
원본 앱은 공유 UI의 현재 고원 수준에 적합한 로고를 제공해야 합니다.