2.4.4.174 LineGradientDir
The LineGradientDir cell is a PtgByte parse token that specifies the type of the line color gradient of a shape. It MUST have a ShapeSheet_Type or StyleSheet_Type parent element.
The value of the structure MUST be from the following table.
Value |
Meaning |
---|---|
0 |
Specifies a linear line color gradient. |
1 |
Specifies the line color gradient of the shape is in radial mode from the bottom right corner of the bounding box of the shape. |
2 |
Specifies the line color gradient of the shape is in radial mode from bottom left corner of the bounding box of the shape. |
3 |
Specifies the line color gradient of the shape is in radial mode from center of the shape. |
4 |
Specifies the line color gradient of the shape is in radial mode from the center of the bottom edge of the shape. |
5 |
Specifies the line color gradient of the shape is in radial mode from the center of the top edge of the shape. |
6 |
Specifies the line color gradient of the shape is in radial mode from top right corner of the bounding box of the shape. |
7 |
Specifies the line color gradient of the shape is in radial mode from top left corner of the bounding box of the shape. |
8 |
Specifies the line color gradient of the shape is in rectangle mode from bottom right corner of the bounding box of the shape. |
9 |
Specifies the line color gradient of the shape is in rectangle mode from bottom left corner of the bounding box of the shape. |
10 |
Specifies the line color gradient of the shape is in rectangle mode from center of the shape. |
11 |
Specifies the line color gradient of the shape is in rectangle mode from top right corner of the bounding box of the shape. |
12 |
Specifies the line color gradient of the shape is in rectangle mode from top left corner of the bounding box of the shape. |