зеркало из https://github.com/microsoft/reactxp.git
Added documentation for border[Top|Right|Bottom|Left]Width style attributes.
This commit is contained in:
Родитель
01d8d774d6
Коммит
f17f9bedf0
|
@ -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
|
||||
|
|
Загрузка…
Ссылка в новой задаче