UIElement.Lights 屬性

定義

取得附加至這個專案的 XamlLight 物件集合。

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

屬性值

套用至UIElementXamlLight元素集合。

適用於

產品 版本
Windows App SDK 0.8, 1.0, 1.1, 1.2, 1.3, 1.4, 1.5, 1.6

另請參閱