Condividi tramite


DataPackagePropertySet.LogoBackgroundColor Proprietà

Definizione

Ottiene o imposta un colore di sfondo per l'app Square30x30Logo dell'app di condivisione.

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

Valore della proprietà

Colore dello sfondo del logo.

Si applica a

Vedi anche