Control.FontHeight 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 mengatur tinggi font kontrol.
protected:
property int FontHeight { int get(); void set(int value); };
protected int FontHeight { get; set; }
member this.FontHeight : int with get, set
Protected Property FontHeight As Integer
Nilai Properti
Tinggi Font kontrol dalam piksel.
Keterangan
Nota
Properti FontHeight tidak boleh diatur ke nilai apa pun selain nilai kontrol Font.Height , atau -1. Pengaturan FontHeight ke -1 memiliki efek menghapus nilai tinggi cache, dan nilai dihitung ulang saat properti direferensikan.