blob: 8f853c600d673c7c8d750bc9c4125887466f3a0d [file] [log] [blame] [edit]
{
"name": "LayoutComponent",
"key": {
"int": 409,
"string": "layoutcomponent"
},
"extends": "drawable.json",
"properties": {
"clip": {
"type": "bool",
"initialValue": "true",
"initialValueRuntime": "false",
"animates": true,
"key": {
"int": 196,
"string": "clip"
},
"description": "True when the layout component bounds clip its contents.",
"bindable": true
},
"width": {
"type": "double",
"initialValue": "0",
"animates": true,
"key": {
"int": 7,
"string": "w"
},
"description": "Initial width of the item.",
"bindable": true
},
"height": {
"type": "double",
"initialValue": "0",
"animates": true,
"key": {
"int": 8,
"string": "h"
},
"description": "Initial height of the item.",
"bindable": true
},
"styleId": {
"type": "Id",
"typeRuntime": "uint",
"initialValue": "Core.missingId",
"initialValueRuntime": "-1",
"key": {
"int": 494,
"string": "styleid"
},
"description": "LayoutStyle that defines the styling for this LayoutComponent"
},
"fractionalWidth": {
"type": "double",
"initialValue": "1",
"animates": true,
"key": {
"int": 706,
"string": "fractionalwidth"
},
"description": "Initial fractional width of the item when using scaleType fill.",
"bindable": true
},
"fractionalHeight": {
"type": "double",
"initialValue": "1",
"animates": true,
"key": {
"int": 707,
"string": "fractionalheight"
},
"description": "Initial fractional height of the item when using scaleType fill.",
"bindable": true
}
}
}