Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
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 | |
|---|---|---|
| Layout | The layout of the element is right-to-left. | |
| Text | Text in the element is displayed as left-to-right. |