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 with get
override TextAlignment : TextAlignment with get
override function get TextAlignment () : TextAlignment
Property Value
Type: TextAlignment
The text alignment.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.