DataPackagePropertySet.LogoBackgroundColor Property

Definition

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.

Applies to

See also