ImageWebPart.BackgroundColor - Propriété
Obtient ou définit la couleur appliquée à l'arrière-plan de ce composant WebPart.
Espace de noms : Microsoft.SharePoint.WebPartPages
Assembly : Microsoft.SharePoint (dans Microsoft.SharePoint.dll)
Syntaxe
'Déclaration
<WebPartStorageAttribute(Storage.Shared)> _
<ResourcesAttribute("BackgroundColorLabel", "Advanced", "BackgroundColor")> _
Public Property BackgroundColor As String
Get
Set
'Utilisation
Dim instance As ImageWebPart
Dim value As String
value = instance.BackgroundColor
instance.BackgroundColor = value
[WebPartStorageAttribute(Storage.Shared)]
[ResourcesAttribute("BackgroundColorLabel", "Advanced", "BackgroundColor")]
public string BackgroundColor { get; set; }
Valeur de propriété
Type : System.String
Chaîne qui spécifie la couleur appliquée à l'arrière-plan de ce composant WebPart.
Remarques
Pour définir la valeur de cette propriété, vous pouvez utiliser des noms de couleur HTML standard, telles que « bleu », ou vous pouvez utiliser des valeurs hexadécimales telles que « #FFFFFF ».