Bagikan melalui


ListView.Font Properti

Definisi

Mengambil alih Font properti . Properti ini tidak didukung oleh ListView kontrol.

public:
 virtual property System::Web::UI::WebControls::FontInfo ^ Font { System::Web::UI::WebControls::FontInfo ^ get(); };
[System.ComponentModel.Browsable(false)]
public override System.Web.UI.WebControls.FontInfo Font { get; }
[<System.ComponentModel.Browsable(false)>]
member this.Font : System.Web.UI.WebControls.FontInfo
Public Overrides ReadOnly Property Font As FontInfo

Nilai Properti

Properti ini tidak didukung, dan menimbulkan NotSupportedException kesalahan.

Atribut

Pengecualian

Upaya dilakukan untuk mengakses Font properti .

Keterangan

Properti gaya tidak didukung oleh ListView kontrol. Jika Anda mencoba mengakses Font properti , NotSupportedException pengecualian akan dilemparkan.

Untuk menata ListView kontrol, Anda harus menata kontrol di dalam ListView templat dengan menggunakan kelas lembar gaya berskala (CSS) atau elemen gaya sebaris.

Berlaku untuk

Lihat juga