Sets a value indicating whether control's elements are aligned to support locales using right-to-left fonts.
- Parameters
-
- Returns
- Current control.
- Note
- If the value of the xtd::forms::control::right_to_left property is changed at run time, only raw text without formatting is preserved.
- Notes to Inheritors
- When overriding the xtd::forms::control::right_to_left property in a derived class, use the base class's xtd::forms::control::right_to_left property to extend the base implementation. Otherwise, you must provide all the implementation. You are not required to override both the get and set accessors of the xtd::forms::control::right_to_left property; you can override only one if needed.