Node shadow

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.

1 Reply

SG Shyam G Syncfusion Team July 28, 2015 09:32 AM UTC

Hi Cosimo

Thanks for using Syncfusion products.

We are able to reproduce the reported issue at our end. We considered this “Issue in Node’s shadow” as an issue and a support incident has been created under your account to track the status of this requirement. Please log on to our support website to check for further updates.

https://www.syncfusion.com/account/login?ReturnUrl=/support/directtrac/incidents

please let us know if any concerns.

Regards,
Shyam G

Loader.
Up arrow icon