DefaultFontSize

MainWeb.DefaultFontSize property

Ottiene o imposta la dimensione del carattere predefinita del controllo.

public FontUnit DefaultFontSize { get; set; }

Esempi

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

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

Guarda anche