TextPatternIdentifiers.IndentationLeadingAttribute Campo

Definição

Identifica o IndentationLeading atributo (TextIndent) de um intervalo de texto.

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

Valor de Campo

Observações

A indentação inicial (especificada como valor Point de tipo unidade) aplicava-se ao(s) parágrafo(s) associado(s) ao intervalo de texto que chama.

Este identificador é utilizado pelos fornecedores de Automatização da Interface de Utilizador. Automatização da Interface de Utilizador aplicações cliente devem usar o campo equivalente em TextPattern.

Os valores deste atributo são do tipo Double.

O valor predefinido é zero.

Aplica-se a

Ver também