Control.BackgroundImageLayout Propriété
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Obtient ou définit la disposition d'image d'arrière-plan définie dans l'énumération 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
Valeur de propriété
L'une des valeurs de ImageLayout (Center, None, Stretch, Tile ou Zoom). Tile est la valeur par défaut.
Exceptions
La valeur d'énumération spécifiée n'existe pas.
Remarques
Utilisez la BackgroundImageLayout propriété pour spécifier la position et le comportement d’une image que vous avez placée sur un contrôle. BackgroundImageLayout prend effet uniquement si la BackgroundImage propriété est définie.
Vous pouvez augmenter les performances des images volumineuses si vous définissez BackgroundImageLayout une valeur autre que Tile.