Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Used by the GetRightToLeftProperty method to test whether an element has right-to-left layout orientation or right-to-left text orientation.
Namespace: Microsoft.VisualStudio.TestTools.UITest.Extension
Assembly: Microsoft.VisualStudio.TestTools.UITest.Extension (in Microsoft.VisualStudio.TestTools.UITest.Extension.dll)
Syntax
'Declaration
Public Enumeration RightToLeftKind
public enum RightToLeftKind
public enum class RightToLeftKind
type RightToLeftKind
public enum RightToLeftKind
Members
Member name | Description | |
---|---|---|
Text | Text in the element is displayed as left-to-right. | |
Layout | The layout of the element is right-to-left. |