Navigation
Synopsis Add a shadow to the current figure.
Function Fproperty shadow(bool b)
Description Defines whether a figure will have a shadow or not. The color of the shadow is determined by shadowColor. The position of the shadow is determined by shadowPos.
Examples
box1 = box(size(200,100), shadow(true),resizable(false));
render(box1);
s1
Is this page unclear, or have you spotted an error? Please add a comment below and help us to improve it. For all other questions and remarks, visit ask.rascal-mpl.org.