Share via


TextFormattingParagraphProperties.TextWrapping Property

Gets the text wrapping.

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

Syntax

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

Property Value

Type: TextWrapping
The text wrapping.

.NET Framework Security

See Also

Reference

TextFormattingParagraphProperties Class

Microsoft.VisualStudio.Text.Formatting Namespace