NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

FontInfo.Underline

[To be supplied.]

[Visual Basic]
Public Property Underline As Boolean
[C#]
public bool Underline {get; set;}
[C++]
public: __property bool get_Underline();
public: __property void set_Underline(bool);
[JScript]
public function get Underline() : Boolean;
public function set Underline(Boolean);

See Also

FontInfo Class | FontInfo Members | System.Web.UI.WebControls Namespace