2019-05-17 04:49 AM
How can I change the alignment from a Resource-Text (not Single Use Text)?
Is there a function SetAlignment()? I found only GetAlignment?
2019-05-20 01:26 AM
Hi @MHase,
You change the alignment in the configuration of your text through the designer. There's an alignment property for text resources. This is because it must be pre-rendered, so you can only "get" the alignment at runtime. Let me know!
/Martin