ElementModelIsClickable Property |
Namespace: Livit.Learn.Model
(Set to true by default.)
Allows an object to be clicked when set to true, if the parent element is focused (i.e., has IsFocusable set to true).
When set to false, the object cannot be clicked. It is recommended to set IsClickable to false when a main object contains multiple child placeholders but does not need to be picked up by the user.