Compartilhar via


ScrollPresenter.Background Propriedade

Definição

Obtém ou define um pincel que fornece a tela de fundo do ScrollPresenter.

public:
 property Brush ^ Background { Brush ^ get(); void set(Brush ^ value); };
Brush Background();

void Background(Brush value);
public Brush Background { get; set; }
var brush = scrollPresenter.background;
scrollPresenter.background = brush;
Public Property Background As Brush

Valor da propriedade

O pincel que fornece a tela de fundo do ScrollPresenter.

Aplica-se a