[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Drawing.WrapMode

WrapMode Enum

Specifies whether the text is written from left to right or right to left.

Namespace: GrapeCity.ActiveReports.Drawing
Assembly: MESCIUS.ActiveReports.Core.Rendering.dll
Syntax
[CLSCompliant(true)]
public enum WrapMode : byte

Fields

Name Description
CharWrap

Per-character wrapping mode.

NoWrap

No text wrap.

WordWrap

Wrap by word boundaries

Extension Methods