Freigeben über


DataPackagePropertySet.LogoBackgroundColor Eigenschaft

Definition

Ruft eine Hintergrundfarbe für square30x30Logo der Freigabe-App ab oder legt diese fest.

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

Eigenschaftswert

Die Farbe des Logohintergrunds.

Gilt für:

Weitere Informationen