ImageWebPart.BackgroundColor property
Obtém ou define a cor de plano de fundo desta Web Part.
Namespace: Microsoft.SharePoint.WebPartPages
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaração
<WebPartStorageAttribute(Storage.Shared)> _
<ResourcesAttribute("BackgroundColorLabel", "Advanced", "BackgroundColor")> _
Public Property BackgroundColor As String
Get
Set
'Uso
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; }
Property value
Type: System.String
Uma seqüência de caracteres que especifica a cor do plano de fundo desta Web Part.
Comentários
Para definir o valor desta propriedade, você pode usar nomes de cores HTML padrão como "azul", ou você pode usar valores hexadecimais, como "#FFFFFF".