Lines Matching refs:border

3 The border attributes are used to set border styles for components.
10 ## border section
12 border(value: BorderOptions)
14 Sets the border.
26 …) | Yes | Unified border style.<br>**NOTE**<br>The default value is **0**, indicating that the bo…
32 Sets the border style.
50 Sets the border width.
68 Sets the border color.
86 Sets the radius of the border rounded corners. The radius is restricted by the component size. The …
98 …diuses](#localizedborderradiuses12)<sup>12+</sup> | Yes | Radius of the border rounded corners. T…
110 …rRadiuses](#localizedborderradiuses12)<sup>12+</sup> | No | Radius of the border rounded corners.|
111 …endix-enums.md#borderstyle) \| [EdgeStyles](#edgestyles9)<sup>9+</sup>| No | Sets the border. |
112 …ths12) | No | Gap between dashed line segments. It takes effect when the border style is set to da…
113 …idths12) | No | Width of dashed line segments. It takes effect when the border style is set to da…
125 | left | [Length](ts-types.md#length) | No | Width of the left border.|
126 | right | [Length](ts-types.md#length) | No | Width of the right border.|
127 | top | [Length](ts-types.md#length) | No | Width of the top border.|
128 | bottom | [Length](ts-types.md#length) | No | Width of the bottom border.|
140 …i-graphics.md#lengthmetrics12) | No | Width of the left border.<br>Width of the right border for…
141 …i-graphics.md#lengthmetrics12) | No | Width of the right border.<br>Width of the left border for…
142 … | [LengthMetrics](../js-apis-arkui-graphics.md#lengthmetrics12) | No | Width of the top border.|
143 …[LengthMetrics](../js-apis-arkui-graphics.md#lengthmetrics12) | No | Width of the bottom border.|
155 | left | [ResourceColor](ts-types.md#resourcecolor) | No | Color of the left border.|
156 | right | [ResourceColor](ts-types.md#resourcecolor) | No | Color of the right border.|
157 | top | [ResourceColor](ts-types.md#resourcecolor) | No | Color of the top border.|
158 | bottom | [ResourceColor](ts-types.md#resourcecolor) | No | Color of the bottom border.|
172 …or](ts-types.md#resourcecolor) | No | Color of the left border.<br>Color of the right border for…
173 …or](ts-types.md#resourcecolor) | No | Color of the right border.<br>Color of the left border for…
174 | top | [ResourceColor](ts-types.md#resourcecolor) | No | Color of the top border.|
175 | bottom | [ResourceColor](ts-types.md#resourcecolor) | No | Color of the bottom border.|
219 | left | [BorderStyle](ts-appendix-enums.md#borderstyle) | No | Style of the left border.|
220 | right | [BorderStyle](ts-appendix-enums.md#borderstyle) | No | Style of the right border.|
221 | top | [BorderStyle](ts-appendix-enums.md#borderstyle) | No | Style of the top border.|
222 | bottom | [BorderStyle](ts-appendix-enums.md#borderstyle) | No | Style of the bottom border.|
236 // Dashed border
240 // Dotted border
242 .border({ width: 5, color: 0x317AF7, radius: 10, style: BorderStyle.Dotted })
246 Text('.border')
250 .border({
271 // The width, radius, and color attributes of border use the LocalizedEdgeWidths and LocalizedEdgeC…
280 // Dashed border
290 // Dotted border
292 .border({ width: 5, color: 0x317AF7, radius: 10, style: BorderStyle.Dotted })
299 Text('.border')
303 .border({