FontSize Enum
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.
Perhatian
The System.Web.Mobile.dll assembly has been deprecated and should no longer be used. For information about how to develop ASP.NET mobile applications, see http://go.microsoft.com/fwlink/?LinkId=157231.
Menentukan ukuran teks yang dirender. Kelas ini tidak dapat diwariskan. Untuk informasi tentang cara mengembangkan aplikasi seluler ASP.NET, lihat Situs & Mobile Apps dengan ASP.NET.
public enum class FontSize
public enum FontSize
[System.Obsolete("The System.Web.Mobile.dll assembly has been deprecated and should no longer be used. For information about how to develop ASP.NET mobile applications, see http://go.microsoft.com/fwlink/?LinkId=157231.")]
public enum FontSize
type FontSize =
[<System.Obsolete("The System.Web.Mobile.dll assembly has been deprecated and should no longer be used. For information about how to develop ASP.NET mobile applications, see http://go.microsoft.com/fwlink/?LinkId=157231.")>]
type FontSize =
Public Enum FontSize
- Warisan
- Atribut
Bidang
Large | 3 | Font lebih besar dari |
Normal | 1 | Ukuran font default. API ini kedaluarsa. Untuk informasi tentang cara mengembangkan aplikasi seluler ASP.NET, lihat Situs & Mobile Apps dengan ASP.NET. |
NotSet | 0 | Nilai default. Jika nilainya adalah NotSet, maka ukuran font diwarisi dari gaya kontrol, atau, jika gaya tidak ditentukan, dari kontrol induk kontrol. API ini kedaluarsa. Untuk informasi tentang cara mengembangkan aplikasi seluler ASP.NET, lihat Situs & Mobile Apps dengan ASP.NET. |
Small | 2 | Font lebih kecil dari |
Keterangan
Enumerasi FontSize adalah subset dari System.Web.UI.WebControls.FontSize, dan mewakili ukuran font dalam kontainer. Misalnya, jika Anda memiliki List kontrol di dalam Panel kontrol, dengan Panel ukuran font kontrol diatur ke Normal, Anda dapat menentukan ukuran font kecil untuk kontrol.List