TextPatternIdentifiers.ForegroundColorAttribute Campo

Definición

Identifica el atributo ForegroundColor (COLORREF) de un 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 de campo

Comentarios

El color de primer plano es equivalente al texto o al color de fuente.

Los proveedores de Automatización de la interfaz de usuario usan este identificador. Automatización de la interfaz de usuario las aplicaciones cliente deben usar el campo equivalente en TextPattern.

Los valores de este atributo son de tipo Int32.

El valor predeterminado es una referencia null (Nothing en Visual Basic).

Se aplica a

Consulte también