diff --git a/zh-cn/application-dev/reference/arkui-ts/ts-universal-attributes-border-image.md b/zh-cn/application-dev/reference/arkui-ts/ts-universal-attributes-border-image.md index f919be47365a123e40553b3ad74e71343454d0ac..f41094b9cdbd4e67ced835979abdda515cc245b2 100644 --- a/zh-cn/application-dev/reference/arkui-ts/ts-universal-attributes-border-image.md +++ b/zh-cn/application-dev/reference/arkui-ts/ts-universal-attributes-border-image.md @@ -17,22 +17,12 @@ | 名称 | 类型 | 描述 | | ---------- | ---------------------------------------- | --------------------------------------- | | source | string \| [Resource](ts-types.md#resource) \| [linearGradient](ts-universal-attributes-gradient-color.md) | 边框图源或者渐变色设置。 | -| slice | [Length](ts-types.md#length)\| EdgeWidths | 设置图片边框切割宽度。
默认值:0 | -| width | [Length](ts-types.md#length)\| EdgeWidths | 设置图片边框宽度。
默认值:0 | -| outset | [Length](ts-types.md#length)\| EdgeWidths | 设置边框图片向外延伸距离。
默认值:0 | +| slice | [Length](ts-types.md#length)\| [EdgeWidths](ts-types.md#edgewidths9) | 设置图片边框切割宽度。
默认值:0 | +| width | [Length](ts-types.md#length)\| [EdgeWidths](ts-types.md#edgewidths9) | 设置图片边框宽度。
默认值:0 | +| outset | [Length](ts-types.md#length)\| [EdgeWidths](ts-types.md#edgewidths9) | 设置边框图片向外延伸距离。
默认值:0 | | RepeatMode | RepeatMode | 设置边框图片的重复方式。
默认值:RepeatMode.Stretch | | fill | boolean | 设置边框图片中心填充。
默认值:false | -## EdgeWidths对象说明 - -引用该对象时,至少传入一个参数。 - -| 名称 | 参数类型 | 必填 |描述 | -| -------- | -------- |-------- |-------- | -| left | [Length](ts-types.md#length) | 否 | 左侧距离参数。 | -| right | [Length](ts-types.md#length) | 否 | 右侧距离参数。 | -| top | [Length](ts-types.md#length) | 否 | 上侧距离参数。 | -| bottom | [Length](ts-types.md#length) | 否 | 下侧距离参数。 | ## RepeatMode枚举说明