RightToLeftKind Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Used by the GetRightToLeftProperty(RightToLeftKind) method to test whether an element has right-to-left layout orientation or right-to-left text orientation.
public enum class RightToLeftKind
public enum RightToLeftKind
type RightToLeftKind =
Public Enum RightToLeftKind
- Inheritance
-
RightToLeftKind
Fields
Name | Value | Description |
---|---|---|
Text | 0 | Text in the element is displayed as left-to-right. |
Layout | 1 | The layout of the element is right-to-left. |