Hi,
We found that the FlowDirection of xamMaskedInput always auto set to LeftToRight. Even you set this property to RightToLeft like below codes. This is unacceptable in Arabic and Hebrew culture.
<ig:XamMaskedInput FlowDirection="RightToLeft" Mask="{}{char:10:0-9a-zA-Z}"/>
But when I change the FlowDirection by Snoop, it seems everything is OK. Is any risk for change the flowdirection to RightToLeft? How can I change the flowdirection to RightToLeft by codes?
This is very important for our company.Please help me ! Thanks.