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

プロパティ値

ロゴの背景の色。

適用対象

こちらもご覧ください