CultureAndRegionInfoBuilder.IsRightToLeft Property

Definition

Gets or sets the predominant direction of lines of text in the writing system associated with the current CultureAndRegionInfoBuilder object.

C#
public bool IsRightToLeft { get; set; }

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.

Applies to

Product Versions
.NET Framework 2.0, 3.0, 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1