This documentation is archived and is not being maintained.
FontUnit.Unit Property
.NET Framework 1.1
Gets a Unit that represents the font size.
[Visual Basic] Public ReadOnly Property Unit As Unit [C#] public Unit Unit {get;} [C++] public: __property Unit get_Unit(); [JScript] public function get Unit() : Unit;
Property Value
A Unit object that specifies the font size.
Remarks
Use the Unit property to retrieve a Unit 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 | Unit
Show: