TextPatternIdentifiers.IndentationLeadingAttribute Campo

Definición

Identifica el atributo IndentationLeading (TextIndent) de un intervalo de texto.

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

Valor de campo

Comentarios

La sangría inicial (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 predeterminado es zero.

Se aplica a

Consulte también