MobilePage.StyleSheet Propiedad

Definición

Obtiene o establece la hoja de estilos actual en un MobilePage objeto . Esta API está obsoleta. Para obtener información sobre cómo desarrollar aplicaciones móviles ASP.NET, consulta Mobile Apps & Sitios con 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

Hoja de estilos actual de la página.

Atributos

Comentarios

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

Se aplica a

Consulte también