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"
|
||||
}
|
||||
},
|
||||
"ProgressBar": {
|
||||
"RangeBase": {
|
||||
"SuperClass": "Control",
|
||||
"IsCreatable": false,
|
||||
"Attributes": {
|
||||
"Value": "double",
|
||||
"Maximum": "double"
|
||||
}
|
||||
},
|
||||
"ProgressBar": {
|
||||
"SuperClass": "RangeBase",
|
||||
"IsCreatable": true,
|
||||
"Attributes": {
|
||||
"IsIndeterminate": "bool",
|
||||
"Value": "double",
|
||||
"Maximum": "double"
|
||||
"CornerRadius": "CornerRadius",
|
||||
"IndicatorCornerRadius": "CornerRadius"
|
||||
}
|
||||
},
|
||||
"ProgressRing": {
|
||||
"SuperClass": "RangeBase",
|
||||
"IsCreatable": true,
|
||||
"Attributes": {
|
||||
"IsIndeterminate": "bool"
|
||||
}
|
||||
},
|
||||
"TextBlock": {
|
||||
@ -254,6 +269,7 @@
|
||||
"Thickness": {},
|
||||
"Rect": {},
|
||||
"Point": {},
|
||||
"CornerRadius": {},
|
||||
"Brush": { "CanHaveElement": true },
|
||||
"Color": {},
|
||||
"ImageSource": {},
|
||||
|
Loading…
Reference in New Issue
Block a user