update schema

This commit is contained in:
bluepilledgreat 2024-10-24 21:57:30 +01:00
parent 1353561f10
commit a861de6161

View File

@ -57,13 +57,28 @@
"Content": "object" "Content": "object"
} }
}, },
"ProgressBar": { "RangeBase": {
"SuperClass": "Control", "SuperClass": "Control",
"IsCreatable": false,
"Attributes": {
"Value": "double",
"Maximum": "double"
}
},
"ProgressBar": {
"SuperClass": "RangeBase",
"IsCreatable": true, "IsCreatable": true,
"Attributes": { "Attributes": {
"IsIndeterminate": "bool", "IsIndeterminate": "bool",
"Value": "double", "CornerRadius": "CornerRadius",
"Maximum": "double" "IndicatorCornerRadius": "CornerRadius"
}
},
"ProgressRing": {
"SuperClass": "RangeBase",
"IsCreatable": true,
"Attributes": {
"IsIndeterminate": "bool"
} }
}, },
"TextBlock": { "TextBlock": {
@ -254,6 +269,7 @@
"Thickness": {}, "Thickness": {},
"Rect": {}, "Rect": {},
"Point": {}, "Point": {},
"CornerRadius": {},
"Brush": { "CanHaveElement": true }, "Brush": { "CanHaveElement": true },
"Color": {}, "Color": {},
"ImageSource": {}, "ImageSource": {},