Enum BorderType
使用集合让一切井井有条
根据您的偏好保存内容并对其进行分类。
边框类型
表示可应用于 widget 的边框类型的枚举。
属性
属性 | 类型 | 说明 |
NO_BORDER | Enum | 无边框样式。 |
STROKE | Enum | 描边边框样式。 |
如未另行说明,那么本页面中的内容已根据知识共享署名 4.0 许可获得了许可,并且代码示例已根据 Apache 2.0 许可获得了许可。有关详情,请参阅 Google 开发者网站政策。Java 是 Oracle 和/或其关联公司的注册商标。
最后更新时间 (UTC):2025-07-26。
[null,null,["最后更新时间 (UTC):2025-07-26。"],[[["\u003cp\u003e\u003ccode\u003eBorderType\u003c/code\u003e is an enum used to define the border style of widgets.\u003c/p\u003e\n"],["\u003cp\u003eIt offers two options: \u003ccode\u003eNO_BORDER\u003c/code\u003e for no border and \u003ccode\u003eSTROKE\u003c/code\u003e for a stroke border.\u003c/p\u003e\n"]]],[],null,["# Enum BorderType\n\nBorderType\n\nAn enum that represents the border types that can be applied to widgets. \n\n### Properties\n\n| Property | Type | Description |\n|-------------|--------|----------------------|\n| `NO_BORDER` | `Enum` | No border style. |\n| `STROKE` | `Enum` | Stroke border style. |"]]