As stated in this documentation section the NativeScript specific properties should be accessible via CSS
with syntax like
Label {
text-wrap: true;
}
StackLayout {
orientation: horizontal;
}
However, the text-wrap can't be set via CSS. Playground demo demonstrating the issue can be found here - reported via the feedback form.
Reactions are currently unavailable
As stated in this documentation section the NativeScript specific properties should be accessible via CSS
with syntax like
However, the text-wrap can't be set via CSS. Playground demo demonstrating the issue can be found here - reported via the feedback form.