Enum TextOverlayWrapMode
Whether to wrap the text and if so how.
Namespace: VisioForge.Core.Types.X.VideoEffects
Assembly: VisioForge.Core.dll
Syntax
public enum TextOverlayWrapMode
Fields
| Name | Description |
|---|---|
| Char | Do char wrapping. |
| None | No wrapping. |
| Word | Do word wrapping. |
| WordAndChar | Do word and char wrapping. |