StripLine.BackImage Propriedade
Definição
Obtém ou define a imagem da tela de fundo da faixa.Gets or sets the background image of the strip line.
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 string valor que representa a URL de um arquivo de imagem.A string value that represents an image file's URL. O padrão é uma cadeia de caracteres vazia.The default is an empty string.
- Atributos
Comentários
A BackImage propriedade define um caminho para uma imagem de plano de fundo para muitos elementos de gráfico e é uma URL absoluta ou relativa.The BackImage property defines a path to a background image for many chart elements, and is an absolute or relative URL.
Para posicionar essa imagem, use BackImageAlignment as BackImageWrapMode Propriedades e.To position this image, use the BackImageAlignment and BackImageWrapMode properties.
Você também pode especificar que uma cor seja exibida pela imagem como "transparente" definindo a BackImageTransparentColor propriedade.You can also specify that one color will be displayed by the image as "transparent" by setting the BackImageTransparentColor property.
Uma imagem pode ser qualquer arquivo gráfico válido com suporte pelo .NET Framework, incluindo ícones.An image can be any valid graphics file supported by .NET Framework, including icons.
Essa propriedade não será aplicável se a StripWidth propriedade for definida como um valor de 0,0.This property is not applicable if the StripWidth property is set to a value of 0.0.
As imagens de plano de fundo têm precedência sobre outras propriedades de plano de fundo, como cores de gradiente.Background images take precedence over other background properties, such as gradient colors.