Added documentation for border[Top|Right|Bottom|Left]Width style attributes.

This commit is contained in:
Eric Traut 2018-10-03 09:08:28 -07:00
Родитель 01d8d774d6
Коммит f17f9bedf0
1 изменённых файлов: 5 добавлений и 1 удалений

Просмотреть файл

@ -158,6 +158,10 @@ overflow: 'hidden' | 'visible';
**Borders**
```javascript
borderWidth: number;
borderTopWidth: number;
borderRightWidth: number;
borderBottomWidth: number;
borderLeftWidth: number;
borderColor: color;
borderStyle: 'solid' | 'dotted' | 'dashed' | 'none';
borderRadius: number; // Sets all four border radius attributes; value is animatable