TextPatternIdentifiers.IndentationTrailingAttribute 字段

定义

标识 IndentationTrailing 文本范围的 (TextIndent) 属性。

public: static initonly System::Windows::Automation::AutomationTextAttribute ^ IndentationTrailingAttribute;
public static readonly System.Windows.Automation.AutomationTextAttribute IndentationTrailingAttribute;
 staticval mutable IndentationTrailingAttribute : System.Windows.Automation.AutomationTextAttribute
Public Shared ReadOnly IndentationTrailingAttribute As AutomationTextAttribute 

字段值

注解

尾随缩进(指定为 Point 单位类型值)应用于与调用文本范围关联的段落(s)。

UI 自动化提供程序使用此标识符。 UI 自动化客户端应用程序应使用 TextPattern 中的等效字段。

此属性的值的类型 Double

默认值为 zero

适用于

另请参阅