TextPatternIdentifiers.HorizontalTextAlignmentAttribute Campo

Definição

Identifica o HorizontalTextAlignment atributo de um intervalo de texto.

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

Valor do campo

Comentários

O alinhamento horizontal de texto aplicado aos parágrafos associados ao intervalo de texto de chamada.

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

Os valores para esse atributo são do tipo

HorizontalTextAlignment

O valor padrão é Left

Aplica-se a

Confira também