UIElement.Lights Property

Definition

Gets the collection of XamlLight objects attached to this element.

C#
public IList<XamlLight> Lights { get; }
XAML
<uielement>
  <uielement.Lights>
    oneOrMoreXamlLights
  </uielement.Lights>
</uielement>

Property Value

The collection of XamlLight elements that apply to a UIElement.

Applies to

Toode Versioonid
Windows App SDK 0.8, 1.0, 1.1, 1.2, 1.3, 1.4, 1.5, 1.6

See also