Freigeben über


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

Property Value

Type: System.Windows.TextWrapping
The text wrapping.

.NET Framework Security

See Also

Reference

TextFormattingParagraphProperties Class

Microsoft.VisualStudio.Text.Formatting Namespace