Bagikan melalui


ListViewItemPresenter.CheckBoxPressedBrush Properti

Definisi

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

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

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

Nilai Properti

Kuas yang digunakan untuk merender kotak 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