WmlMobileTextWriter.WmlFormat.Italic Property

 

Gets or sets a value indicating whether the font is italic. 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 Italic As Boolean

Property Value

Type: System.Boolean

true if the font is italic; otherwise, false.

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

.NET Framework
Available since 1.1
Return to top
Show: