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

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

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

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

G. andrew Duthie; matthew Macdonald

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

فونت

اندازه قلم

+ - پیش فرض

حالت نمایش

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









FontInfo

System.Web.UI.WebControls (system.web.dll)sealed class

This class represents font information and is used in many controls
through the WebControl.Font property. This class
contains the font properties that are supported in ASP.NET Web Forms
and differs slightly from the System.Drawing.Font
object used in other types of .NET applications.

public sealed class 

FontInfo {
// Public Instance Properties
public bool

Bold {set; get; }
public bool

Italic {set; get; }
public string

Name {set; get; }
public string[ ]

Names {set; get; }
public bool

Overline {set; get; }
public FontUnit

Size {set; get; }
public bool

Strikeout {set; get; }
public bool

Underline {set; get; }
// Public Instance Methods
public void

CopyFrom (FontInfo

f );
public void

MergeWith (FontInfo

f );
public bool

ShouldSerializeNames ( );
public override string

ToString ( ); // overrides object
}



Returned By


Style.Font, WebControl.Font


/ 873