Bagikan melalui


ListViewItemPresenter.CheckBoxSelectedBrush Properti

Definisi

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

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

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

Nilai Properti

Kuas yang digunakan untuk merender kotak centang saat dipilih.

Persyaratan Windows

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

Berlaku untuk