DataPackagePropertySet.LogoBackgroundColor Proprietà
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
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.