border([border], [update])
Class: UIComponent.
Description:
Sets, updates, or gets component border object. Border object should contain only properties that you want to set or update.
Parameters:
| Name | Type | Description |
|---|---|---|
|
|
Border object. |
|
|
|
boolean |
Set to |
Returns:
- If called without arguments a
Borderobject is returned ornullif the component's border wasn't set. Otherwise and instance of the component is returned.
Type: this | Border | null
