Share via


TextPatternIdentifiers.IndentationFirstLineAttribute Campo

Definição

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

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

Valor do campo

AutomationTextAttribute

Comentários

O recuo de primeira linha (especificado como um Point valor de tipo de unidade) aplicado aos parágrafos associados ao intervalo de texto de chamada.

Esse identificador é usado por provedores de Automação da Interface do Usuário. Automação da Interface do Usuário aplicativos cliente devem usar o campo equivalente em TextPattern.

Os valores para esse atributo são do tipo Double.

O valor padrão é zero.

Aplica-se a

Confira também