# Row (系统接口) 沿水平方向布局容器。 > **说明:** > > 该组件从API Version 11开始支持。后续版本如有新增内容,则采用上角标单独标记该内容的起始版本。 > > 当前页面仅包含本模块的系统接口,其他公开接口参见[Row](ts-container-row.md)。 ## 属性 ## pointLight pointLight(value: PointLightStyle) 设置点光源样式。 **系统接口:** 此接口为系统接口。 **系统能力:** SystemCapability.ArkUI.ArkUI.Full **参数:** | 参数名 | 类型 | 必填 | 说明 | | ------ | ------------------------------------------------------------ | ---- | ------------ | | value | [PointLightStyle](ts-universal-attributes-point-light-style-sys.md#pointlightstyle) | 是 | 点光源样式。 |