ASP.NET.in.a.Nutshell.Second.Edition [Electronic resources] نسخه متنی

اینجــــا یک کتابخانه دیجیتالی است

با بیش از 100000 منبع الکترونیکی رایگان به زبان فارسی ، عربی و انگلیسی

ASP.NET.in.a.Nutshell.Second.Edition [Electronic resources] - نسخه متنی

G. andrew Duthie; matthew Macdonald

| نمايش فراداده ، افزودن یک نقد و بررسی
افزودن به کتابخانه شخصی
ارسال به دوستان
جستجو در متن کتاب
بیشتر
تنظیمات قلم

فونت

اندازه قلم

+ - پیش فرض

حالت نمایش

روز نیمروز شب
جستجو در لغت نامه
بیشتر
لیست موضوعات
توضیحات
افزودن یادداشت جدید









FontSizeserializable

System.Web.UI.MobileControls (system.web.mobile.dll)enum

This enumeration defines the supported size options for mobile
control fonts. Note that an exact point size cannot be used. If you
use the value NotSet for a control, the size will
be inherited from the control's style or, if that
style is not defined, from the control's parent
control.

public enum 

FontSize {

NotSet = 0 ,

Normal = 1 ,

Small = 2 ,

Large = 3
}



Hierarchy


System.Object
System.ValueType
System.Enum(System.IComparable,
System.IFormattable
,
System.IConvertible)
FontSize

Returned By


FontInfo.Size

Passed To


FontInfo.Size


/ 873