Most style elements have a distinct meaning when they are unset. Once I set a value with IStyle, I don’t know how to undo the change and go back to the unset state. Here’s an example: with visibility there are three possible settings (as currently observed, not sure what is intended):
- Visible : always visible even if parent is hidden
- Hidden : always hidden even when parent is visible.
3 Unset : this means take your visibility from your parent
Once I have changed the visibility of an element to “Hidden” I don’t know how to get back to the unset state where the element takes its visibility from its parent. Any thoughts?