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.Overline

[To be supplied.]

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

See Also

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