TextBounds::IsRightToLeft Property

 

Determines whether the character is a right-to-left character.

Namespace:   Microsoft.VisualStudio.Text.Formatting
Assembly:  Microsoft.VisualStudio.Text.UI (in Microsoft.VisualStudio.Text.UI.dll)

public:
property bool IsRightToLeft {
	bool get();
}

Property Value

Type: System::Boolean

true if the character is a right-to-left character, otherwise false.

Return to top
Show: