blob: a337847cbdca0f8a5e2e77619b30e26d035f33bd [file]
{
"name": "LayoutNodeStyle",
"key": {
"int": 1057,
"string": "layoutnodestyle"
},
"extends": "layout/layout_sizing_style.json",
"properties": {
"width": {
"type": "double",
"initialValue": "0",
"animates": true,
"key": {
"int": 1066,
"string": "width"
},
"description": "Fixed width used when the width scale type is fixed.",
"bindable": true
},
"height": {
"type": "double",
"initialValue": "0",
"animates": true,
"key": {
"int": 1067,
"string": "height"
},
"description": "Fixed height used when the height scale type is fixed.",
"bindable": true
},
"fractionalWidth": {
"type": "double",
"initialValue": "1",
"animates": true,
"key": {
"int": 1057,
"string": "layoutnodestyle_fractionalwidth"
},
"description": "Fill weight for the width axis when scale type is fill; siblings split space proportionally.",
"bindable": true
},
"fractionalHeight": {
"type": "double",
"initialValue": "1",
"animates": true,
"key": {
"int": 1058,
"string": "layoutnodestyle_fractionalheight"
},
"description": "Fill weight for the height axis when scale type is fill; siblings split space proportionally.",
"bindable": true
}
}
}