Enum BorderType
קל לארגן דפים בעזרת אוספים
אפשר לשמור ולסווג תוכן על סמך ההעדפות שלך.
BorderType
מאגר ערכים שמייצג את סוגי השוליים שאפשר להחיל על ווידג'טים.
מאפיינים
נכס | סוג | תיאור |
NO_BORDER | Enum | ללא סגנון גבול. |
STROKE | Enum | סגנון גבול הקו. |
אלא אם צוין אחרת, התוכן של דף זה הוא ברישיון Creative Commons Attribution 4.0 ודוגמאות הקוד הן ברישיון Apache 2.0. לפרטים, ניתן לעיין במדיניות האתר Google Developers. Java הוא סימן מסחרי רשום של חברת Oracle ו/או של השותפים העצמאיים שלה.
עדכון אחרון: 2025-07-26 (שעון UTC).
[null,null,["עדכון אחרון: 2025-07-26 (שעון UTC)."],[[["\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. |"]]