MobilePage.StyleSheet Propriété
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Obtient ou définit la feuille de style actuelle sur un objet MobilePage. Cette API est obsolète. Pour plus d’informations sur le développement d’applications mobiles ASP.NET, consultez Applications mobiles & Sites avec 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
Valeur de propriété
Feuille de style actuelle pour la page.
- Attributs
Remarques
Une page mobile ne peut avoir qu’une seule feuille de style.