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
- 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.