UIElement.Lights Propiedad

Definición

Obtiene la colección de objetos XamlLight adjuntos a este elemento.

public:
 property IVector<XamlLight ^> ^ Lights { IVector<XamlLight ^> ^ get(); };
IVector<XamlLight> Lights();
public IList<XamlLight> Lights { get; }
var iVector = uIElement.lights;
Public ReadOnly Property Lights As IList(Of XamlLight)
<uielement>
  <uielement.Lights>
    oneOrMoreXamlLights
  </uielement.Lights>
</uielement>

Valor de propiedad

Colección de elementos XamlLight que se aplican a un UIElement.

Se aplica a

Consulte también