1e41f4b71Sopenharmony_ci# AutoFillRect (系统接口)
2e41f4b71Sopenharmony_ci
3e41f4b71Sopenharmony_ci用于自动填充的矩形区域。
4e41f4b71Sopenharmony_ci
5e41f4b71Sopenharmony_ci> **说明:**
6e41f4b71Sopenharmony_ci> 
7e41f4b71Sopenharmony_ci> 本模块首批接口从API version 12开始支持。后续版本的新增接口,采用上角标单独标记接口的起始版本。  
8e41f4b71Sopenharmony_ci> 本模块接口均为系统接口。
9e41f4b71Sopenharmony_ci> 本模块接口仅可在Stage模型下使用。
10e41f4b71Sopenharmony_ci
11e41f4b71Sopenharmony_ci## 属性
12e41f4b71Sopenharmony_ci
13e41f4b71Sopenharmony_ci**系统能力**:SystemCapability.Ability.AbilityRuntime.AbilityCore
14e41f4b71Sopenharmony_ci
15e41f4b71Sopenharmony_ci| 名称   | 类型   | 必填 | 说明                                     |
16e41f4b71Sopenharmony_ci| ------ | ------ | ---- | ---------------------------------------- |
17e41f4b71Sopenharmony_ci| left   | number | 是   | AutoFill表单或页面节点与页面左边界的距离。|
18e41f4b71Sopenharmony_ci| top    | number | 是   | AutoFill表单或页面节点与页面上边界的距离。|
19e41f4b71Sopenharmony_ci| height | number | 是   | AutoFill表单或页面节点的高度。            |
20e41f4b71Sopenharmony_ci| width  | number | 是   | AutoFill表单或页面节点的宽度。            |
21