WmlMobileTextWriter.WmlFormat Constructor (Boolean, Boolean, FontSize)

 

Initializes a new instance of WmlMobileTextWriter.WmlFormat. 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)

new : 
        bold:bool *
        italic:bool *
        size:FontSize -> WmlFormat

Parameters

bold
Type: System.Boolean

true to set format to bold; otherwise, false.

italic
Type: System.Boolean

true to set format to italic; otherwise, false.

size
Type: System.Web.UI.MobileControls.FontSize

The font size to be used in writing.

.NET Framework
Available since 1.1
Return to top
Show: