TextPatternIdentifiers.IndentationFirstLineAttribute Campo

Definición

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

Comentarios

Sangría de primera línea (especificada como un Point valor de tipo de unidad) aplicada a los párrafos asociados al intervalo de texto que llama.

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 Double.

El valor por defecto es zero.

Se aplica a

Consulte también