Compartir a través de


ScrollPresenter.Background Propiedad

Definición

Obtiene o establece un pincel que proporciona el fondo de .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 de propiedad

Pincel que proporciona el fondo de .ScrollPresenter

Se aplica a