Table of Contents

Enum TextOverlayWrapMode

Namespace
VisioForge.Core.Types.X.VideoEffects
Assembly
VisioForge.Core.dll

Whether to wrap the text and if so how.

public enum TextOverlayWrapMode

Fields

None = -1

No wrapping.

Word = 0

Do word wrapping.

Char = 1

Do char wrapping.

WordAndChar = 2

Do word and char wrapping.