CultureAndRegionInfoBuilder.IsRightToLeft Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets the predominant direction of lines of text in the writing system associated with the current CultureAndRegionInfoBuilder object.
public:
property bool IsRightToLeft { bool get(); void set(bool value); };
public bool IsRightToLeft { get; set; }
member this.IsRightToLeft : bool with get, set
Public Property IsRightToLeft As Boolean
Property Value
true
if the predominant direction of lines of text in the current writing system is right-to-left; otherwise, false
.
Remarks
The application uses the IsRightToLeft property to determine the relative position of controls such as buttons and scroll bars in a graphical user interface.
To access the predominant direction of text in a custom culture created from the current CultureAndRegionInfoBuilder object, the application should use the IsRightToLeft property of the object returned by the TextInfo property of the custom culture.