Show / Hide Table of Contents

Enum Enums.TextWrap

Sets the word wrapping style for when used with a maximum width.

Namespace: NetVips
Assembly: NetVips.dll
Syntax
public enum Enums.TextWrap

Fields

Name Description
Char

Wrap at character boundaries.

None

No wrapping.

Word

Wrap at word boundaries.

WordChar

Wrap at word boundaries, but fall back to character boundaries if there is not enough space for a full word.

In this article
Back to top Generated by DocFX