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

[To be supplied.]

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

See Also

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