Compartir a través de


ListViewItemPresenter.SelectedDisabledBackground Propiedad

Definición

Obtiene o establece el pincel usado para representar el fondo de un elemento de vista de lista deshabilitado cuando está seleccionado.

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

void SelectedDisabledBackground(Brush value);
public Brush SelectedDisabledBackground { get; set; }
var brush = listViewItemPresenter.selectedDisabledBackground;
listViewItemPresenter.selectedDisabledBackground = brush;
Public Property SelectedDisabledBackground As Brush

Valor de propiedad

Pincel usado para representar el fondo de un elemento de vista de lista deshabilitado cuando está seleccionado.

Se aplica a