Bagikan melalui


DataPackagePropertySet.LogoBackgroundColor Properti

Definisi

Mendapatkan atau mengatur warna latar belakang untuk Square30x30Logo aplikasi berbagi.

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

Nilai Properti

Warna latar belakang logo.

Berlaku untuk

Lihat juga