Shade Style
in the descrption of the shade brush:
"Shade Brush
Shade Brush is used for 3D presentation of colors for the graphic item. The syntax for Shade Brush is, ShadeBrush (ShadeStyle, Color1, Color2) where ShadeStyle is the type of shading to be applied, Color1 and Color2 are thecolors used for shading the item."
what are the available "ShadeStyle" to use ?
Voted best answer
ShadeStyle can be :
HorizontalShade
HorizontalShade3D
VerticalShade
VerticalShade3D
Usage example (for e.g. "FillColor" property): ShadeBrush(HorizontalShade, Blue, White)
P.S. There are no example of ShadeStyle usage in PG2 online help.
Answers
Hi,
Steps to select the ShadeStyle:
1. In the Expression Editor, Select the ShadeBrush(,,) from the Functions F(x).
2. Mouse click on shadestyle parameter inside the ShadeBrush(,,), click the Enumerated Values from the Functions, then available ShadeStyle will be listed. You can select the Shadestyle from the list. Likewise you can select the available Color1, Color2 parameters also.
Regards,
Nandhini SK
Add new comment