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 元素的集合。

适用于

另请参阅