[[["Dễ hiểu","easyToUnderstand","thumb-up"],["Giúp tôi giải quyết được vấn đề","solvedMyProblem","thumb-up"],["Khác","otherUp","thumb-up"]],[["Thiếu thông tin tôi cần","missingTheInformationINeed","thumb-down"],["Quá phức tạp/quá nhiều bước","tooComplicatedTooManySteps","thumb-down"],["Đã lỗi thời","outOfDate","thumb-down"],["Vấn đề về bản dịch","translationIssue","thumb-down"],["Vấn đề về mẫu/mã","samplesCodeIssue","thumb-down"],["Khác","otherDown","thumb-down"]],["Cập nhật lần gần đây nhất: 2024-12-02 UTC."],[[["`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."]]],[]]