DefaultFontSize

MainWeb.DefaultFontSize property

Denetimin varsayılan yazı tipi boyutunu alır veya ayarlar.

public FontUnit DefaultFontSize { get; set; }

Örnekler

[C#]
	GridWeb1.DefaultFontSize = new System.Web.UI.WebControls.FontUnit("10pt");

[Visual Basic]
	GridWeb1.DefaultFontSize = New System.Web.UI.WebControls.FontUnit("10pt")

Ayrıca bakınız