Use element input property as variable in expression
Whether i can use a element input property as variable in expression? For example in "FillColor" property of rectangle to use "FillColor" property of another rectangle. Or to use in "Visible" element property the "Visible" property of another element?
Answers
FillColor and Visible.. etc are default/built-in input properties, so we can't use them as variable in expressions.
But we can create user defined Input Properties and we can use them as variable in expressions.
Add new comment