DataPackagePropertySet.LogoBackgroundColor Propriété
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Obtient ou définit une couleur d’arrière-plan pour le Square30x30Logo de l’application de partage.
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
Valeur de propriété
Couleur de l’arrière-plan du logo.