Control.BackgroundImageLayout Propriedade

Definição

Obtém ou define o layout da imagem da tela de fundo, conforme definido na enumeração do ImageLayout.

public:
 virtual property System::Windows::Forms::ImageLayout BackgroundImageLayout { System::Windows::Forms::ImageLayout get(); void set(System::Windows::Forms::ImageLayout value); };
public virtual System.Windows.Forms.ImageLayout BackgroundImageLayout { get; set; }
member this.BackgroundImageLayout : System.Windows.Forms.ImageLayout with get, set
Public Overridable Property BackgroundImageLayout As ImageLayout

Valor da propriedade

ImageLayout

Um dos valores de ImageLayout (Center, None, Stretch, Tile ou Zoom). Tile é o valor padrão.

Exceções

O valor de enumeração especificado não existe.

Comentários

Use a BackgroundImageLayout propriedade para especificar a posição e o comportamento de uma imagem que você colocou em um controle. BackgroundImageLayout só entrará em vigor se a BackgroundImage propriedade estiver definida.

Você pode aumentar o desempenho de imagens grandes se definir BackgroundImageLayout como algo diferente de Tile.

Aplica-se a

Confira também