mirror of
https://github.com/bloxstraplabs/bloxstrap.git
synced 2025-04-21 10:01:27 -07:00
update schema
This commit is contained in:
parent
1353561f10
commit
a861de6161
@ -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": {},
|
||||||
|
Loading…
Reference in New Issue
Block a user