I've found in the online documentation that is possible to customize the shadow of a node with the following code:
Node node
= new
Node
();
//Shadow
Customization.
node.Shadow.Opacity
= 0.8F;
node.Shadow.Distance
= 9;
node.Shadow.Angle
= 50;.
I've created a nwe node but I cannot find the shadow property.
I'm using the following version of dll:
13.2400.0.29.
Thanks.
Best regards.