Title.BackImage Propriedade
Definição
Obtém ou define a imagem da tela de fundo do título.Gets or sets the background image of the title.
public:
property System::String ^ BackImage { System::String ^ get(); void set(System::String ^ value); };
[System.ComponentModel.Bindable(true)]
public string BackImage { get; set; }
[<System.ComponentModel.Bindable(true)>]
member this.BackImage : string with get, set
Public Property BackImage As String
Valor da propriedade
Um valor string que representa a URL de um arquivo de imagem.A string value that represents the URL of an image file. O padrão é uma cadeia de caracteres vazia.The default is an empty string.
- Atributos
Comentários
Esta propriedade define um caminho para uma imagem de plano de fundo para um Chart título e pode ser uma URL absoluta ou relativa.This property defines a path to a background image for a Chart title, and can be an absolute or relative URL.
Para posicionar a imagem, use BackImageAlignment as BackImageWrapMode Propriedades e.To position the image, use the BackImageAlignment and BackImageWrapMode properties.
Você também pode especificar uma das cores exibidas pela imagem como "transparente", definindo a BackImageTransparentColor propriedade.You can also specify one of the colors displayed by the image as "transparent", by setting the BackImageTransparentColor property.
Uma imagem é qualquer arquivo gráfico válido com suporte pelo .NET Framework, incluindo ícones.An image be any valid graphics file supported by .NET Framework, including icons.
As imagens em segundo plano têm precedência sobre outras propriedades de segundo plano, como cor de gradiente.Background images take precedence over other background properties such as gradient color.