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
cb70e8ec0c
commit
fb7e14bf64
@ -45,7 +45,7 @@
|
||||
"SuperClass": "Control",
|
||||
"IsCreatable": true,
|
||||
"Attributes": {
|
||||
"Content": "Content"
|
||||
"Content": "object"
|
||||
}
|
||||
},
|
||||
"ProgressBar": {
|
||||
@ -153,6 +153,24 @@
|
||||
"Viewport": "Rect",
|
||||
"ImageSource": "ImageSource"
|
||||
}
|
||||
},
|
||||
"LinearGradientBrush": {
|
||||
"SuperClass": "Brush",
|
||||
"IsCreatable": true,
|
||||
"Attributes": {
|
||||
"StartPoint": "Point",
|
||||
"EndPoint": "Point",
|
||||
"ColorInterpolationMode": "ColorInterpolationMode",
|
||||
"MappingMode": "BrushMappingMode",
|
||||
"SpreadMethod": "GradientSpreadMethod"
|
||||
}
|
||||
},
|
||||
"GradientStop": {
|
||||
"IsCreatable": true,
|
||||
"Attributes": {
|
||||
"Color": "Color",
|
||||
"Offset": "double"
|
||||
}
|
||||
}
|
||||
},
|
||||
"Types": {
|
||||
@ -165,11 +183,12 @@
|
||||
},
|
||||
"int": {},
|
||||
"double": {},
|
||||
"object": {},
|
||||
"Thickness": {},
|
||||
"Rect": {},
|
||||
"Point": {},
|
||||
"Brush": {},
|
||||
"Color": {},
|
||||
"Content": {},
|
||||
"ImageSource": {},
|
||||
"Visibility": {
|
||||
"Values": [
|
||||
@ -298,6 +317,19 @@
|
||||
"Absolute",
|
||||
"RelativeToBoundingBox"
|
||||
]
|
||||
},
|
||||
"ColorInterpolationMode": {
|
||||
"Values": [
|
||||
"ScRgbLinearInterpolation",
|
||||
"SRgbLinearInterpolation"
|
||||
]
|
||||
},
|
||||
"GradientSpreadMethod": {
|
||||
"Values": [
|
||||
"Pad",
|
||||
"Reflect",
|
||||
"Repeat"
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue
Block a user