Freigeben über


TextFormattingParagraphProperties.TextAlignment Property

Gets the text alignment.

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
override TextAlignment : TextAlignment
override function get TextAlignment () : TextAlignment

Property Value

Type: System.Windows.TextAlignment
The text alignment.

.NET Framework Security

See Also

Reference

TextFormattingParagraphProperties Class

Microsoft.VisualStudio.Text.Formatting Namespace