I was successful to archive to do RightToLeft for Description.
But other elements; caption and button does not become RTL state.
I wrote the following code to do RTL.
C#flyout.Properties.AppearanceButtons.Options.UseTextOptions = true;
flyout.Properties.AppearanceButtons.TextOptions.RightToLeft = true;
flyout.Properties.AppearanceCaption.Options.UseTextOptions = true;
flyout.Properties.AppearanceCaption.TextOptions.RightToLeft = true;
flyout.Properties.AppearanceDescription.Options.UseTextOptions = true;
flyout.Properties.AppearanceDescription.TextOptions.RightToLeft = true;
And I attached the screen shot before and after.
And sample source code.
Thank you for your cooperation.
Hi,
We have successfully reproduced the behavior you described and passed this ticket to our developers' team for further research. Please bear with us. We will notify you as soon as we make any progress.
Thank you!!!
I am looking forward to hear good news from you!