FontInfo.Size Property
.NET Framework 3.0
Gets or sets the font size.
Namespace: System.Web.UI.WebControls
Assembly: System.Web (in system.web.dll)
Assembly: System.Web (in system.web.dll)
/** @property */ public FontUnit get_Size () /** @property */ public void set_Size (FontUnit value)
public function get Size () : FontUnit public function set Size (value : FontUnit)
Not applicable.
Property Value
A FontUnit that represents the font size.Community Additions
ADD
Show: