Enumeration gradientPositionEnum (Inputs.Base)
Enumeration Members
center
center: "center"
top
top: "top"
topLeft
topLeft: "top left"
topRight
topRight: "top right"
bottom
bottom: "bottom"
bottomLeft
bottomLeft: "bottom left"
bottomRight
bottomRight: "bottom right"
left
left: "left"
right
right: "right"
centerTop
centerTop: "50% 0%"
centerBottom
centerBottom: "50% 100%"
leftCenter
leftCenter: "0% 50%"
rightCenter
rightCenter: "100% 50%"
Where the centre of a radial gradient sits, as a named position or a percentage pair. The values match the CSS gradient syntax.