-
check if property is active
I’m trying to determine if a text has an ADBE Text Stroke Color applied to it.
In this cases I usually check for the isModified attribute to see if the default value has changed.
But in this case, when the property is active and the value is not modified, I get false on isModified but the red stroke is applied nevertheless.
Any idea how to check if Animators are applied or not to text elements?thanks!