ঘোষণা :
15 এপ্রিল, 2025 এর আগে আর্থ ইঞ্জিন ব্যবহার করার জন্য নিবন্ধিত সমস্ত অবাণিজ্যিক প্রকল্পগুলিকে অবশ্যই আর্থ ইঞ্জিন অ্যাক্সেস বজায় রাখার জন্য
অ-বাণিজ্যিক যোগ্যতা যাচাই করতে হবে।
ui.Panel.Layout.absolute
সেভ করা পৃষ্ঠা গুছিয়ে রাখতে 'সংগ্রহ' ব্যবহার করুন
আপনার পছন্দ অনুযায়ী কন্টেন্ট সেভ করুন ও সঠিক বিভাগে রাখুন।
একটি লেআউট প্রদান করে যা এর উইজেটগুলিকে প্যানেলের সাথে একেবারে আপেক্ষিকভাবে রাখে।
একটি যোগ করা উইজেটের "অবস্থান" শৈলী বৈশিষ্ট্য নির্ধারণ করে কিভাবে এটি স্থাপন করা হয়। নিম্নলিখিত অবস্থানগুলি সমর্থিত:
- উপরে-বাম, উপরে-মাঝে, উপরে-ডান
- মধ্য-বাম, মধ্য-ডান
- নীচে-বাম, নীচে-মাঝে, নীচে-ডান
কোনো অবস্থান নির্দিষ্ট না থাকলে, উইজেটটি অবস্থান করা উইজেটগুলির পিছনে (অর্থাৎ, z-সূচকের চেয়ে কম) রাখা হবে।
ব্যবহার | রিটার্নস | ui.Panel.Layout.absolute() | ui.প্যানেল.লেআউট |
কোন যুক্তি নেই।
অন্য কিছু উল্লেখ না করা থাকলে, এই পৃষ্ঠার কন্টেন্ট Creative Commons Attribution 4.0 License-এর অধীনে এবং কোডের নমুনাগুলি Apache 2.0 License-এর অধীনে লাইসেন্স প্রাপ্ত। আরও জানতে, Google Developers সাইট নীতি দেখুন। Java হল Oracle এবং/অথবা তার অ্যাফিলিয়েট সংস্থার রেজিস্টার্ড ট্রেডমার্ক।
2025-07-24 UTC-তে শেষবার আপডেট করা হয়েছে।
[null,null,["2025-07-24 UTC-তে শেষবার আপডেট করা হয়েছে।"],[[["\u003cp\u003eReturns a layout that positions widgets based on absolute positioning within the panel.\u003c/p\u003e\n"],["\u003cp\u003eWidgets can be placed using predefined positions like "top-left," "bottom-right," etc., through their "position" style property.\u003c/p\u003e\n"],["\u003cp\u003eWidgets without a specified position are placed behind positioned widgets.\u003c/p\u003e\n"],["\u003cp\u003eUsing \u003ccode\u003eui.Panel.Layout.absolute()\u003c/code\u003e requires no arguments and returns a ui.Panel.Layout object.\u003c/p\u003e\n"]]],["This content describes a layout that positions widgets absolutely within a panel using the widget's \"position\" style property. Supported positions include top-left, top-center, top-right, middle-left, middle-right, bottom-left, bottom-center, and bottom-right. Widgets without a specified position are placed behind those that do, indicated by a lower z-index. The `ui.Panel.Layout.absolute()` method creates this layout and returns a `ui.Panel.Layout` object. The method accepts no arguments.\n"],null,["# ui.Panel.Layout.absolute\n\n\u003cbr /\u003e\n\nReturns a layout that places its widgets absolutely relative to the panel.\n\n\u003cbr /\u003e\n\nAn added widget's \"position\" style property determines how it is placed. The following positions are supported:\n\n- top-left, top-center, top-right\n\n- middle-left, middle-right\n\n- bottom-left, bottom-center, bottom-right\n\nIf no position is specified, the widget will be placed behind (that is, with a lower z-index than) the positioned widgets.\n\n\u003cbr /\u003e\n\n| Usage | Returns |\n|------------------------------|-----------------|\n| `ui.Panel.Layout.absolute()` | ui.Panel.Layout |\n\n**No arguments.**"]]