FontInfo::Bold Property
.NET Framework (current version)
Gets or sets a value indicating whether the font is bold. The default value is NotSet. This API is obsolete. For information about how to develop ASP.NET mobile applications, see the www.asp.net/mobile Web site.
Assembly: System.Web.Mobile (in System.Web.Mobile.dll)
public: [BindableAttribute(true)] property BooleanOption Bold { BooleanOption get(); void set(BooleanOption value); }
Property Value
Type: System.Web.UI.MobileControls::BooleanOptionAn enumerated value indicating whether the font is bold.
The Bold property takes a BooleanOption enumeration, not a Boolean value.
.NET Framework
Available since 1.1
Available since 1.1
Show: