संपादित करें

इसके माध्यम से साझा किया गया


CultureAndRegionInfoBuilder.IsRightToLeft Property

Definition

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.

Applies to