FontInfo::Bold Property

 

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.

Namespace:   System.Web.UI.MobileControls
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::BooleanOption

An 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
Return to top
Show: