Class BorderStyle
BorderStyle
此類別代表可套用至小工具的完整邊框樣式。
如要呼叫列舉,請呼叫其父項類別、名稱和屬性。例如
CardService.BorderStyle.NO_BORDER
。
內容詳盡的說明文件
setCornerRadius(radius)
設定邊框的邊角半徑,例如 8。
參數
名稱 | 類型 | 說明 |
radius | Integer | 要套用至邊框的圓角半徑。 |
回攻員
BorderStyle
:這個物件用於鏈結。
setStrokeColor(color)
設定邊框的顏色。
參數
名稱 | 類型 | 說明 |
color | String | 要套用至邊框的 #RGB 格式顏色。 |
回攻員
BorderStyle
:這個物件用於鏈結。
除非另有註明,否則本頁面中的內容是採用創用 CC 姓名標示 4.0 授權,程式碼範例則為阿帕契 2.0 授權。詳情請參閱《Google Developers 網站政策》。Java 是 Oracle 和/或其關聯企業的註冊商標。
上次更新時間:2024-12-02 (世界標準時間)。
[null,null,["上次更新時間: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."]]],[]]