ListView.BackgroundImageLayout Propriedade

Definição

Obtém ou define um valor ImageLayout.

public:
 virtual property System::Windows::Forms::ImageLayout BackgroundImageLayout { System::Windows::Forms::ImageLayout get(); void set(System::Windows::Forms::ImageLayout value); };
[System.ComponentModel.Browsable(false)]
public override System.Windows.Forms.ImageLayout BackgroundImageLayout { get; set; }
[<System.ComponentModel.Browsable(false)>]
member this.BackgroundImageLayout : System.Windows.Forms.ImageLayout with get, set
Public Overrides Property BackgroundImageLayout As ImageLayout

Valor da propriedade

ImageLayout

Um dos valores de ImageLayout.

Atributos

Exceções

O valor especificado não é um dos valores ImageLayout.

Comentários

Essa propriedade não tem efeito no layout da imagem de fundo do ListView controle, portanto, não é mostrada no designer ou por IntelliSense.

Aplica-se a