UIElement.Lights Property

Definition

Gets the collection of XamlLight objects attached to this element.

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>

Property Value

The collection of XamlLight elements that apply to a UIElement.

Applies to

See also