Enum ImageButtonStyle
ImageButtonStyle
מאפיין enum שמציין את הסגנון של ImageButton
.
BORDERLESS
הוא ברירת המחדל. הוא יוצר לחצן תמונה פשוט ללא מסגרת.
לחצני FILLED
כוללים צבע רקע שאפשר להגדיר באמצעות ImageButton
.
כדי לקרוא למאפיין enum, צריך לקרוא לכיתה ההורה, לשם ולנכס שלו. לדוגמה,
CardService.ImageButtonStyle.BORDERLESS
.
מאפיינים
נכס | סוג | תיאור |
BORDERLESS | Enum | לחצן תמונה ללא מסגרת. ברירת מחדל. |
OUTLINED | Enum | לחצן תמונה עם רקע שקוף. |
FILLED | Enum | לחצן תמונה עם רקע צבעוני. |
FILLED_TONAL | Enum | לחצן תמונה עם פתרון ביניים חלופי בין לחצנים מלאים ללחצנים עם קו מתאר. |
אלא אם צוין אחרת, התוכן של דף זה הוא ברישיון Creative Commons Attribution 4.0 ודוגמאות הקוד הן ברישיון Apache 2.0. לפרטים, ניתן לעיין במדיניות האתר Google Developers. Java הוא סימן מסחרי רשום של חברת Oracle ו/או של השותפים העצמאיים שלה.
עדכון אחרון: 2024-12-03 (שעון UTC).
[null,null,["עדכון אחרון: 2024-12-03 (שעון UTC)."],[[["ImageButtonStyle is used to define the style of an ImageButton in Google Apps Script."],["There are four styles available: `BORDERLESS` (default), `OUTLINED`, `FILLED`, and `FILLED_TONAL`."],["Each style provides a different visual appearance for the image button, such as background color and border presence."],["Styles are accessed using the parent class and property name, like `CardService.ImageButtonStyle.BORDERLESS`."]]],[]]