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