WmlMobileTextWriter.WmlFormat.WrittenBold Propriedade

Definição

Obtém ou define um valor que indica se o texto foi escrito com o atributo de negrito.Gets or sets a value that indicates whether the text was written with the bold attribute. Esta API está obsoleta.This API is obsolete. Para saber mais sobre como desenvolver aplicativos móveis ASP.NET, veja Mobile Apps & Sites with ASP.NET (Aplicativos móveis e sites com ASP.NET).For information about how to develop ASP.NET mobile applications, see Mobile Apps & Sites with ASP.NET.

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

Valor da propriedade

Boolean

true Se o texto foi escrito com o atributo bold; caso contrário, false .true if the text was written with the bold attribute; otherwise, false.

Comentários

A WrittenBold propriedade e a WmlMobileTextWriter.WmlFormat classe são usadas pela WmlMobileTextWriter classe.The WrittenBold property and the WmlMobileTextWriter.WmlFormat class are used by the WmlMobileTextWriter class.

Aplica-se a