• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1# Flex (系统接口)
2<!--Kit: ArkUI-->
3<!--Subsystem: ArkUI-->
4<!--Owner: @camlostshi-->
5<!--Designer: @lanshouren-->
6<!--Tester: @liuli0427-->
7<!--Adviser: @HelloCrease-->
8
9以弹性方式布局子组件的容器组件。
10
11> **说明:**
12>
13> 该组件从API version 11开始支持。后续版本如有新增内容将采用上角标单独标记该内容的起始版本。
14>
15> 当前页面仅包含本模块的系统接口,其他公开接口参见[Flex](ts-container-flex.md)。
16
17## 属性
18
19### pointLight
20
21pointLight(value: PointLightStyle)
22
23设置点光源样式。
24
25**系统接口:** 此接口为系统接口。
26
27**系统能力:** SystemCapability.ArkUI.ArkUI.Full
28
29**参数:**
30
31| 参数名 | 类型                                                         | 必填 | 说明         |
32| ------ | ------------------------------------------------------------ | ---- | ------------ |
33| value  | [PointLightStyle](ts-universal-attributes-point-light-style-sys.md#pointlightstyle) | 是   | 点光源样式。 |
34
35