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

[To be supplied.]

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

See Also

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