Freigeben über


MobilePage.StyleSheet Eigenschaft

Definition

Dient zum Abrufen oder Festlegen des aktuellen Stylesheets für ein MobilePage Objekt. Diese API ist veraltet. Informationen zum Entwickeln von ASP.NET mobilen Anwendungen finden Sie unter Mobile Apps & Websites mit 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

Eigenschaftswert

Das aktuelle Stylesheet für die Seite.

Attribute

Hinweise

Eine mobile Seite kann nur ein Stylesheet aufweisen.

Gilt für:

Weitere Informationen