Percentage position in the gradient at which the color will be as specified
Member of BrushColor (PRIM_VS.BrushColor)
Data Type - Integer
The At property specifies the point on an imaginary line at which the gradient color will be shown as the color specified in the Color property. At is a percentage.
This set of colors defines a gradient that will transition from silver at the start of the gradient to white by the end.
Define_Com Class(#Prim_Vs.BrushColors) Name(#Colors) Define_Com Class(#Prim_Vs.BrushColor) Name(#Color1) Color(Silver) Parent(#Colors) Define_Com Class(#Prim_Vs.BrushColor) Name(#Color2) At(100) Color(White) Parent(#Colors)
Febuary 18 V14SP2