UnicodeBiDiTypes 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.
Indicates the level of bi-directional embedding.
public enum class UnicodeBiDiTypes
public enum UnicodeBiDiTypes
type UnicodeBiDiTypes =
Public Enum UnicodeBiDiTypes
- Inheritance
-
UnicodeBiDiTypes
Fields
Name | Value | Description |
---|---|---|
Normal | 0 | Does not open an additional level of embedding. |
Embed | 1 | Opens an additional level of embedding. |
BiDiOverride | 2 | Same as the Embed value, except that reordering is sequenced according to the direction. This value overrides the implicit bidirectional algorithm. |