Table of Contents

Interface IWordWrap

Namespace
Alternet.Editor.Wpf
Assembly
Alternet.Editor.Wpf.v9.dll

Represents properties and methods to wrap Edit control's text content.

public interface IWordWrap

Properties

WordWrap

When implemented by a class, gets or sets a value indicating whether control automatically wraps words to the beginning of the next line when necessary.

WrapAtMargin

When implemented by a class, gets or sets a value indicating whether control automatically wraps words at margin position.

WrapMargin

When implemented by a class, gets position of the wrapping margin.

Methods

GetWrapMargin()

When implemented by a class, returns position of the wrapping margin.

ResetWordWrap()

When implemented by a class, resets the WordWrap to the default value.

ResetWrapAtMargin()

When implemented by a class, resets the WrapAtMargin to the default value.

UpdateWordWrap()

When implemented by a class, re-wraps all lines in the text.

UpdateWordWrap(int, int)

When implemented by a class, re-wraps lines in the text within specific scope.