Lines Matching refs:Length
31 | ArkUI | Scroller | scrollBy(dx: Length, dy: Length); | 新增 |
55 | ArkUI | PatternLockAttribute | circleRadius(value: Length): PatternLockAttribute; | 新增 |
56 | ArkUI | PatternLockAttribute | sideLength(value: Length): PatternLockAttribute; | 新增 |
77 | ArkUI | GridRowOptions | gutter?: Length \| GetterOption; | 新增 |
84 | ArkUI | GetterOption | y?: Length \| GridRowSizeOption | 新增 |
85 | ArkUI | GetterOption | x?: Length \| GridRowSizeOption, | 新增 |
92 | ArkUI | GridRowSizeOption | xxl?: Length, | 新增 |
93 | ArkUI | GridRowSizeOption | xl?: Length, | 新增 |
94 | ArkUI | GridRowSizeOption | lg?: Length, | 新增 |
95 | ArkUI | GridRowSizeOption | md?: Length, | 新增 |
96 | ArkUI | GridRowSizeOption | sm?: Length, | 新增 |
97 | ArkUI | GridRowSizeOption | xs?: Length, | 新增 |
124 | ArkUI | BorderImageOption | outset?: Length \| EdgeWidths, | 新增 |
125 | ArkUI | BorderImageOption | width?: Length \| EdgeWidths, | 新增 |
128 | ArkUI | BorderImageOption | slice?: Length \| EdgeWidths, | 新增 |
197 | ArkUI | BorderOptions |old : radius?: Length;<br>new : radius?: BorderRadiuses \| Length; | 变更 |
199 | ArkUI | BorderOptions |old : width?: Length;<br>new : width?: EdgeWidths \| Length; | 变更 |