DataPackagePropertySet.LogoBackgroundColor 属性

定义

获取或设置共享应用的 Square30x30Logo 的背景色。

public:
 property Color LogoBackgroundColor { Color get(); void set(Color value); };
Color LogoBackgroundColor();

void LogoBackgroundColor(Color value);
public Color LogoBackgroundColor { get; set; }
var color = dataPackagePropertySet.logoBackgroundColor;
dataPackagePropertySet.logoBackgroundColor = color;
Public Property LogoBackgroundColor As Color

属性值

徽标背景的颜色。

适用于

另请参阅