AutomationCaretBidiMode 枚举

定义

定义插入点的行进方向。

public enum class AutomationCaretBidiMode
/// [Windows.Foundation.Metadata.ContractVersion(Microsoft.UI.Xaml.WinUIContract, 65536)]
enum class AutomationCaretBidiMode
[Windows.Foundation.Metadata.ContractVersion(typeof(Microsoft.UI.Xaml.WinUIContract), 65536)]
public enum AutomationCaretBidiMode
Public Enum AutomationCaretBidiMode
继承
AutomationCaretBidiMode
属性

字段

LTR 0

从左向右。

RTL 1

从右向左。

适用于