Condividi tramite


ListViewItemPresenter.CheckPressedBrush Proprietà

Definizione

Ottiene o imposta il pennello usato per eseguire il rendering del segno di spunta quando viene premuto.

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

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

Valore della proprietà

Pennello usato per eseguire il rendering del segno di spunta quando viene premuto.

Requisiti Windows

Famiglia di dispositivi
Windows 11 (è stato introdotto in 10.0.22000.0)
API contract
Windows.Foundation.UniversalApiContract (è stato introdotto in v14.0)

Si applica a