ThinkGeo Cloud
ThinkGeo UI Controls
ThinkGeo Open Source
Help and Support
External Resources
ThinkGeo Cloud
ThinkGeo UI Controls
ThinkGeo Open Source
Help and Support
External Resources
This is an old revision of the document!
<!– Enumeration –> Specifies the direction of a linear gradient.
Name | Summary |
---|---|
LeftToRight | Specifies the color should change in a horizontal direction from the left of the display to the right of the display. |
RightToLeft | Specifies the color should change in a horizontal direction from the right of the display to the left of the display. |
TopToBottom | Specifies the color should change in a horizontal direction from the top of the display to the bottom of the display. |
BottomToTop | Specifies the color should change in a horizontal direction from the bottom of the display to the top of the display. |
UpperLeftToLowerRight | Specifies the color should change in a horizontal direction from the upper left of the display to the lower right of the display. |
LowerRightToUpperLeft | Specifies the color should change in a horizontal direction from the lower right of the display to the upper leftof the display. |
LowerLeftToUpperRight | Specifies the color should change in a horizontal direction from the lower left of the display to the upper right of the display. |
UpperRightToLowerLeft | Specifies the color should change in a horizontal direction from the upper right of the display to the lower left of the display. |