Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
- 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.