Bagikan melalui


ListViewItemPresenter.CheckPressedBrush Properti

Definisi

Mendapatkan atau mengatur kuas yang digunakan untuk merender tanda centang saat ditekan.

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

Nilai Properti

Kuas yang digunakan untuk merender tanda centang saat ditekan.

Persyaratan Windows

Rangkaian perangkat
Windows 11 (diperkenalkan dalam 10.0.22000.0)
API contract
Windows.Foundation.UniversalApiContract (diperkenalkan dalam v14.0)

Berlaku untuk