StyleSheet.Item[String] Property  
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets a Style object in the style sheet, by name. This API is obsolete. 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
	Parameters
- name
 - String
 
The key used to identify the style.
Property Value
The Style object in the style sheet with the specified name.