The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
UITechnologyElementProxy::GetRightToLeftProperty Method (RightToLeftKind)
Gets the true/false value for right to left format based on the kind specified.
Assembly: Microsoft.VisualStudio.TestTools.UITesting (in Microsoft.VisualStudio.TestTools.UITesting.dll)
Parameters
- rightToLeftKind
-
Type:
Microsoft.VisualStudio.TestTools.UITest.Extension::RightToLeftKind
Either the layout or text kind to check for.
Return Value
Type: System::BooleanTrue if layout or text that is based on the RightToLeftKind passed is right to left, false otherwise.
Show: