Class BorderStyle
边框样式
一个类,表示可应用于 widget 的完整边框样式。
如需调用枚举,您可以调用其父类、名称和属性。例如
CardService.BorderStyle.NO_BORDER
。
详细文档
setCornerRadius(radius)
设置边框的角半径,例如 8。
参数
名称 | 类型 | 说明 |
radius | Integer | 要应用于边框的圆角半径。 |
返回
BorderStyle
- 此对象,用于链式调用。
setStrokeColor(color)
设置边框的颜色。
参数
名称 | 类型 | 说明 |
color | String | 要应用于边框的颜色(采用 #RGB 格式)。 |
返回
BorderStyle
- 此对象,用于链式调用。
如未另行说明,那么本页面中的内容已根据知识共享署名 4.0 许可获得了许可,并且代码示例已根据 Apache 2.0 许可获得了许可。有关详情,请参阅 Google 开发者网站政策。Java 是 Oracle 和/或其关联公司的注册商标。
最后更新时间 (UTC):2024-12-02。
[null,null,["最后更新时间 (UTC):2024-12-02。"],[[["`BorderStyle` objects define the style of borders applied to widgets, including corner radius, color, and type."],["You can customize border styles using methods like `setCornerRadius()`, `setStrokeColor()`, and `setType()`, which allow you to specify the desired attributes."],["Each customization method returns the `BorderStyle` object, enabling chained method calls for efficient styling."],["Border attributes such as corner radius and stroke color are specified using integers and RGB color strings respectively, providing flexibility in design."],["Border types are selected from the `BorderType` enum, which offers predefined border styles for easy implementation."]]],[]]