WmlMobileTextWriter.WmlFormat.WrittenItalic 属性

定义

获取或设置一个指示是否使用斜体属性编写文本的值。Gets or sets a value that indicates whether the text was written with the italic attribute. 此 API 已废弃不用。This API is obsolete. 若要了解如何开发 ASP.NET 移动应用,请参阅 Mobile Apps & Sites with ASP.NET (ASP.NET 移动应用和网站)。For information about how to develop ASP.NET mobile applications, see Mobile Apps & Sites with ASP.NET.

public:
 property bool WrittenItalic { bool get(); void set(bool value); };
public bool WrittenItalic { get; set; }
member this.WrittenItalic : bool with get, set
Public Property WrittenItalic As Boolean

属性值

Boolean

如果文本是使用斜体特性编写的,则为 true;否则为 falsetrue if the text was written with the italic attribute; otherwise, false.

注解

WrittenItalic类使用属性和 WmlMobileTextWriter.WmlFormatWmlMobileTextWriterThe WrittenItalic property and the WmlMobileTextWriter.WmlFormat class are used by the WmlMobileTextWriter class.

适用于