WmlMobileTextWriter.WmlFormat.Bold Property

 

Sets or returns 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.Adapters
Assembly:  System.Web.Mobile (in System.Web.Mobile.dll)

Public Property Bold As Boolean

Property Value

Type: System.Boolean

true if the font is bold; otherwise, false.

The Bold property takes a BooleanOption enumeration, not a Boolean value.

.NET Framework
Available since 1.1
Return to top
Show: