MobilePage.StyleSheet Propiedad

Definición

Obtiene o establece la hoja de estilos actual en un objeto MobilePage. 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 System::Web::UI::MobileControls::StyleSheet ^ StyleSheet { System::Web::UI::MobileControls::StyleSheet ^ get(); void set(System::Web::UI::MobileControls::StyleSheet ^ value); };
[System.ComponentModel.Bindable(false)]
[System.ComponentModel.Browsable(false)]
public System.Web.UI.MobileControls.StyleSheet StyleSheet { get; set; }
[<System.ComponentModel.Bindable(false)>]
[<System.ComponentModel.Browsable(false)>]
member this.StyleSheet : System.Web.UI.MobileControls.StyleSheet with get, set
Public Property StyleSheet As StyleSheet

Valor de propiedad

La hoja de estilos actual para la página.

Atributos

Comentarios

Una página móvil solo puede tener una hoja de estilos.

Se aplica a

Consulte también