WmlMobileTextWriter.WmlFormat Class

Definition

Stores the font format attributes. For information about how to develop ASP.NET mobile applications, see Mobile Apps & Sites with ASP.NET.

protected: ref class WmlMobileTextWriter::WmlFormat
protected class WmlMobileTextWriter.WmlFormat
Protected Class WmlMobileTextWriter.WmlFormat
Inheritance
WmlMobileTextWriter.WmlFormat

Remarks

The WmlMobileTextWriter.WmlFormat class is used by the WmlMobileTextWriter class.

Constructors

WmlMobileTextWriter.WmlFormat(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 Mobile Apps & Sites with ASP.NET.

WmlMobileTextWriter.WmlFormat(Style, WmlMobileTextWriter+WmlFormat)

Initializes a new instance of WmlMobileTextWriter.WmlFormat. This API is obsolete. For information about how to develop ASP.NET mobile applications, see Mobile Apps & Sites with ASP.NET.

Properties

Bold

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 Mobile Apps & Sites with ASP.NET.

Italic

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 Mobile Apps & Sites with ASP.NET.

Size

Gets or sets the specified font size. This API is obsolete. For information about how to develop ASP.NET mobile applications, see Mobile Apps & Sites with ASP.NET.

WrittenBold

Gets or sets a value that indicates whether the text was written with the bold attribute. This API is obsolete. For information about how to develop ASP.NET mobile applications, see Mobile Apps & Sites with ASP.NET.

WrittenItalic

Gets or sets a value that indicates whether the text was written with the italic attribute. This API is obsolete. For information about how to develop ASP.NET mobile applications, see Mobile Apps & Sites with ASP.NET.

WrittenSize

Gets or sets a value that indicates whether the text was written with the size attribute. This API is obsolete. For information about how to develop ASP.NET mobile applications, see Mobile Apps & Sites with ASP.NET.

Methods

Compare(WmlMobileTextWriter+WmlFormat)

Compares a WmlMobileTextWriter.WmlFormat object to the current WmlMobileTextWriter.WmlFormat object. This API is obsolete. For information about how to develop ASP.NET mobile applications, see Mobile Apps & Sites with ASP.NET.

Equals(Object)

Determines whether the specified object is equal to the current object.

(Inherited from Object)
GetHashCode()

Serves as the default hash function.

(Inherited from Object)
GetType()

Gets the Type of the current instance.

(Inherited from Object)
MemberwiseClone()

Creates a shallow copy of the current Object.

(Inherited from Object)
ToString()

Returns a string that represents the current object.

(Inherited from Object)

Applies to

See also