MobileControl.Style Propiedad

Definición

Obtiene el estilo del control. Esta API está obsoleta. Para obtener información sobre cómo desarrollar aplicaciones móviles ASP.NET, consulte Mobile Apps & Sites with ASP.NET.

protected public:
 virtual property System::Web::UI::MobileControls::Style ^ Style { System::Web::UI::MobileControls::Style ^ get(); };
[System.ComponentModel.Bindable(false)]
[System.ComponentModel.Browsable(false)]
protected internal virtual System.Web.UI.MobileControls.Style Style { get; }
[<System.ComponentModel.Bindable(false)>]
[<System.ComponentModel.Browsable(false)>]
member this.Style : System.Web.UI.MobileControls.Style
Protected Friend Overridable ReadOnly Property Style As Style

Valor de propiedad

El estilo del control.

Atributos

Se aplica a

Consulte también