This documentation is archived and is not being maintained.
FontUnit.Type Property
.NET Framework 1.1
Gets a FontSize enumeration value that represents the font size.
[Visual Basic] Public ReadOnly Property Type As FontSize [C#] public FontSize Type {get;} [C++] public: __property FontSize get_Type(); [JScript] public function get Type() : FontSize;
Property Value
One of the FontSize values.
Remarks
Use the Type property to retrieve a FontSize enumeration value that represents the font size.
Requirements
Platforms: Windows 2000, Windows XP Professional, Windows Server 2003 family
See Also
FontUnit Structure | FontUnit Members | System.Web.UI.WebControls Namespace | FontSize
Show: