Control.BackgroundSizing Propriété

Définition

Obtient ou définit une valeur qui indique l’étendue de l’arrière-plan par rapport à la bordure de cet élément.

public:
 property BackgroundSizing BackgroundSizing { BackgroundSizing get(); void set(BackgroundSizing value); };
BackgroundSizing BackgroundSizing();

void BackgroundSizing(BackgroundSizing value);
public BackgroundSizing BackgroundSizing { get; set; }
var backgroundSizing = control.backgroundSizing;
control.backgroundSizing = backgroundSizing;
Public Property BackgroundSizing As BackgroundSizing

Valeur de propriété

Valeur de l’énumération qui indique l’étendue de l’arrière-plan. La valeur par défaut est InnerBorderEdge.

Remarques

Vous pouvez définir cette propriété sur OuterBorderEdge pour étendre l’arrière-plan de l’élément sous la bordure. Si la bordure est transparente, l’arrière-plan s’affiche à travers elle.

S’applique à

Voir aussi