Compartir a través de


WmlMobileTextWriter.WmlFormat.WrittenSize Propiedad

Definición

Obtiene o establece un valor que indica si el texto se escribió con el atributo de tamaño. Esta API está obsoleta. Para obtener información sobre cómo desarrollar aplicaciones móviles ASP.NET, consulte Mobile Apps & Sites with ASP.NET.

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

Valor de propiedad

Es true si el texto se ha escrito con el atributo de tamaño; de lo contrario, es false.

Comentarios

La WrittenSize propiedad y la WmlMobileTextWriter.WmlFormat clase se usan en la WmlMobileTextWriter clase .

Se aplica a

Consulte también