Språk

TextPatternIdentifiers.IndentationFirstLineAttribute Fält

Definition

Identifierar IndentationFirstLine attributet (TextIndent) för ett textintervall.

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 

Fältvärde

Kommentarer

Den första radens indrag (anges som ett Point enhetstypvärde) som tillämpas på de stycken som är associerade med det anropande textintervallet.

Den här identifieraren används av UI Automation providrar. UI Automation klientprogram bör använda motsvarande fält i TextPattern.

Värden för det här attributet är av typen Double.

Standardvärdet är zero.

Gäller för

Se även