Revert "Remove unneeded intermediate property"
This reverts commit cfd0b2b9.
The property serves two purposes: 1) compatibility with the KirigamiDelegates module where contentItem replacements all have such bool truncated property; 2) Reduces coupling between the top-level control and its implementation parts, allowing them to be swappable.
Ideally this should be moved into an attached property.