'Declaration Public Enum WrapMode Inherits System.Enum
public enum WrapMode : System.Enum
'Declaration Public Enum WrapMode Inherits System.Enum
public enum WrapMode : System.Enum
Member | Description |
---|---|
CharWrap | Text wraps at character boundaries. When the text reaches the container's edge, it moves to the next line at the nearest character boundary. |
NoWrap | Text does not wrap. It continues on the same line until it reaches the container's edge. |
WordWrap | Text wraps at word boundaries. When the text reaches the container's edge, it moves to the next line at the nearest word boundary. |
System.Object
System.ValueType
System.Enum
GrapeCity.ActiveReports.PageReportModel.WrapMode