UIElement.Lights 属性

定义

获取附加到此元素的 XamlLight 对象的集合。

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>

属性值

应用于 UIElementXamlLight 元素的集合。

Windows 要求

设备系列
Windows 10 Creators Update (在 10.0.15063.0 中引入)
API contract
Windows.Foundation.UniversalApiContract (在 v4.0 中引入)

适用于

另请参阅