DataPackagePropertySet.LogoBackgroundColor Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets a background color for the sharing app's 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
Property Value
The color of the logo's background.