Share via


StyleSheet.StyleReference Propiedad

Definición

Obtiene o establece una referencia a las propiedades de estilo de un 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.

public:
 virtual property System::String ^ StyleReference { System::String ^ get(); void set(System::String ^ value); };
[System.ComponentModel.Bindable(false)]
[System.ComponentModel.Browsable(false)]
public override string StyleReference { get; set; }
[<System.ComponentModel.Bindable(false)>]
[<System.ComponentModel.Browsable(false)>]
member this.StyleReference : string with get, set
Public Overrides Property StyleReference As String

Valor de propiedad

Referencia a las propiedades de estilo de un control.

Atributos

Excepciones

Se ha obtenido acceso a la propiedad StyleReference en tiempo de ejecución.

o bien

Se ha intentado establecer la propiedad.

Comentarios

El valor de la StyleReference propiedad debe ser la Name propiedad de un Style objeto .

Se aplica a

Consulte también