zhang zhongqi
How to set TextBox of TextAlign=Right or TextAlign=Center?
zhang zhongqi
<div class=”trans-left”> <span class=””>How to set the TextAlign property of Text to right and center?
</span></div>
<div class=”trans-left”>Think you!</div>
Saroj Panda
.trans-left {
text-align: right;
}
I don’t know if this is what you are looking for. May be you need to elaborate your query more if it’s different.
Regards,
Saroj
Saroj Panda
Hi Stephen,
I think text direction and text align are two different properties.
setGlobalTextDirection(RTL) will order the elements from right to left whereas
textalign: right is more specific to the section or element.
Regards,
Saroj
SPARK Support
Hi Saroj,
After re-reading the question, you are correct. Thank you for the feedback.
Regards,
Stephen P.