ListViewItemPresenter.RevealBackgroundShowsAboveContent Properti
Definisi
Penting
Beberapa informasi terkait produk prarilis yang dapat diubah secara signifikan sebelum dirilis. Microsoft tidak memberikan jaminan, tersirat maupun tersurat, sehubungan dengan informasi yang diberikan di sini.
Mendapatkan atau menetapkan nilai yang menunjukkan apakah backgound pengungkapan ditampilkan di atas konten.
public:
property bool RevealBackgroundShowsAboveContent { bool get(); void set(bool value); };
bool RevealBackgroundShowsAboveContent();
void RevealBackgroundShowsAboveContent(bool value);
public bool RevealBackgroundShowsAboveContent { get; set; }
var boolean = listViewItemPresenter.revealBackgroundShowsAboveContent;
listViewItemPresenter.revealBackgroundShowsAboveContent = boolean;
Public Property RevealBackgroundShowsAboveContent As Boolean
Nilai Properti
Boolean
bool
true jika backgound yang terungkap ditampilkan di atas konten; jika tidak, salah.
Keterangan
Untuk informasi selengkapnya, lihat Mengungkapkan.