Control.BackgroundImageLayout Propiedad

Definición

Obtiene o establece el diseño de imagen de fondo como se define en la enumeración 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 de propiedad

Uno de los valores de ImageLayout (Center, None, Stretch, Tile o Zoom). El valor predeterminado es Tile.

Excepciones

El valor de enumeración especificado no existe.

Comentarios

Utilice la BackgroundImageLayout propiedad para especificar la posición y el comportamiento de una imagen que ha colocado en un control. BackgroundImageLayout solo surte efecto si se establece la BackgroundImage propiedad .

Puede aumentar el rendimiento de las imágenes de gran tamaño si establece en BackgroundImageLayout algo distinto de Tile.

Se aplica a

Consulte también