TextPatternIdentifiers.ForegroundColorAttribute Campo
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Identifica o atributo ForegroundColor (COLORREF) de um intervalo de texto.
public: static initonly System::Windows::Automation::AutomationTextAttribute ^ ForegroundColorAttribute;
public static readonly System.Windows.Automation.AutomationTextAttribute ForegroundColorAttribute;
staticval mutable ForegroundColorAttribute : System.Windows.Automation.AutomationTextAttribute
Public Shared ReadOnly ForegroundColorAttribute As AutomationTextAttribute
Valor do campo
Comentários
A cor do primeiro plano é equivalente à cor do texto ou da fonte.
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 Int32.
O valor padrão é uma referência null
(Nothing
no Visual Basic).