Freigeben über


TextFormattingParagraphProperties.TextAlignment-Eigenschaft

Ruft die Textausrichtung ab.

Namespace:  Microsoft.VisualStudio.Text.Formatting
Assembly:  Microsoft.VisualStudio.Text.UI.Wpf (in Microsoft.VisualStudio.Text.UI.Wpf.dll)

Syntax

'Declaration
Public Overrides ReadOnly Property TextAlignment As TextAlignment
public override TextAlignment TextAlignment { get; }
public:
virtual property TextAlignment TextAlignment {
    TextAlignment get () override;
}
abstract TextAlignment : TextAlignment with get 
override TextAlignment : TextAlignment with get
override function get TextAlignment () : TextAlignment

Eigenschaftswert

Typ: TextAlignment
Die Textausrichtung.

.NET Framework-Sicherheit

Siehe auch

Referenz

TextFormattingParagraphProperties Klasse

Microsoft.VisualStudio.Text.Formatting-Namespace