1# Column (System API)
2
3The **Column** component lays out child components vertically.
4
5> **NOTE**
6>
7> This component is supported since API version 11. Updates will be marked with a superscript to indicate their earliest API version.
8>
9> This topic describes only system APIs provided by the module. For details about its public APIs, see [Column](ts-container-column.md).
10
11## Attributes
12
13## pointLight
14
15pointLight(value: PointLightStyle)
16
17Sets the point light style.
18
19**System API**: This is a system API.
20
21**System capability**: SystemCapability.ArkUI.ArkUI.Full
22
23**Parameters**
24
25| Name| Type                                                        | Mandatory| Description        |
26| ------ | ------------------------------------------------------------ | ---- | ------------ |
27| value  | [PointLightStyle](ts-universal-attributes-point-light-style-sys.md#pointlightstyle) | Yes  | Point light style.|
28