TextPatternIdentifiers.MarginLeadingAttribute Campo

Definición

Identifica el MarginLeading atributo (PageSettings) de un intervalo de texto.

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

Valor de campo

Comentarios

Margen inicial aplicado a las páginas asociadas 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