共用方式為


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

屬性值

標誌背景的色彩。

適用於

另請參閱