ui.Slider.setMax
จัดทุกอย่างให้เป็นระเบียบอยู่เสมอด้วยคอลเล็กชัน
บันทึกและจัดหมวดหมู่เนื้อหาตามค่ากำหนดของคุณ
กำหนดค่าสูงสุดของแถบเลื่อน
แสดงผลแถบเลื่อนนี้
การใช้งาน | การคืนสินค้า |
---|
Slider.setMax(value) | ui.Slider |
อาร์กิวเมนต์ | ประเภท | รายละเอียด |
---|
ดังนี้ ui.slider | ui.Slider | อินสแตนซ์ ui.Slider |
value | ตัวเลข | ค่าสูงสุดของแถบเลื่อน |
เนื้อหาของหน้าเว็บนี้ได้รับอนุญาตภายใต้ใบอนุญาตที่ต้องระบุที่มาของครีเอทีฟคอมมอนส์ 4.0 และตัวอย่างโค้ดได้รับอนุญาตภายใต้ใบอนุญาต Apache 2.0 เว้นแต่จะระบุไว้เป็นอย่างอื่น โปรดดูรายละเอียดที่นโยบายเว็บไซต์ Google Developers Java เป็นเครื่องหมายการค้าจดทะเบียนของ Oracle และ/หรือบริษัทในเครือ
อัปเดตล่าสุด 2025-07-26 UTC
[null,null,["อัปเดตล่าสุด 2025-07-26 UTC"],[[["\u003cp\u003e\u003ccode\u003eSlider.setMax()\u003c/code\u003e sets the maximum value that the slider can reach.\u003c/p\u003e\n"],["\u003cp\u003eThe method takes a single argument, \u003ccode\u003evalue\u003c/code\u003e, which is a number representing the desired maximum.\u003c/p\u003e\n"],["\u003cp\u003eCalling \u003ccode\u003eSlider.setMax()\u003c/code\u003e returns the \u003ccode\u003eui.Slider\u003c/code\u003e instance, allowing for method chaining.\u003c/p\u003e\n"]]],[],null,["# ui.Slider.setMax\n\n\u003cbr /\u003e\n\nSets the maximum value of the slider.\n\n\u003cbr /\u003e\n\nReturns this slider.\n\n| Usage | Returns |\n|------------------------|-----------|\n| Slider.setMax`(value)` | ui.Slider |\n\n| Argument | Type | Details |\n|-------------------|-----------|-----------------------------|\n| this: `ui.slider` | ui.Slider | The ui.Slider instance. |\n| `value` | Number | The slider's maximum value. |"]]