StyleSheet.Item[String] Propriedade

Definição

Obtém ou define um objeto Style na folha de estilos, por nome.Gets or sets a Style object in the style sheet, by name. Esta API está obsoleta.This API is obsolete. Para saber mais sobre como desenvolver aplicativos móveis ASP.NET, veja Mobile Apps & Sites with ASP.NET (Aplicativos móveis e sites com ASP.NET).For information about how to develop ASP.NET mobile applications, see Mobile Apps & Sites with ASP.NET.

public:
 property System::Web::UI::MobileControls::Style ^ default[System::String ^] { System::Web::UI::MobileControls::Style ^ get(System::String ^ name); void set(System::String ^ name, System::Web::UI::MobileControls::Style ^ value); };
public System.Web.UI.MobileControls.Style this[string name] { get; set; }
member this.Item(string) : System.Web.UI.MobileControls.Style with get, set
Default Public Property Item(name As String) As Style

Parâmetros

name
String

A chave usada para identificar o estilo.The key used to identify the style.

Valor da propriedade

Style

O Style objeto na folha de estilos com o nome especificado.The Style object in the style sheet with the specified name.

Aplica-se a

Confira também