Docu CloudAttribute class
Created at 04 Mar 2020, 11:36
SH
Docu CloudAttribute class
04 Mar 2020, 11:36
Hi CTDN,
[Cloud("Max", "Min")]
Works OK, but trying to change the opacity by using an instance does not work.
CloudAttribute cld = new CloudAttribute("Max", "Min");
cld.Opacity = 1;
cld.FirstColor = "FFFFFF";
A little elaboration about how the new CloudAttribute class works would be nice.
Keep up the good work.
PanagiotisCharalampous
04 Mar 2020, 11:56
Hi A.R.
It is not supposed to work this way. You cannot change the opacity and color of the indicator by creating a new instance. Attributes are not meant to be changed at runtime.
Best Regards,
Panagiotis
Join us on Telegram
@PanagiotisCharalampous