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

[To be supplied.]

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

See Also

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