[]
Gets or sets a word wrap behavior for the text.
[ExpressionBaseType(typeof(WrapMode))]
public ExpressionInfo WrapMode { get; set; }
Type | Description |
---|---|
ExpressionInfo | An ExpressionInfo object that evaluates to a WrapMode enumeration indicating the word wrap behavior. |
Valid values are listed in the table below.
WrapMode | Description |
---|---|
NoWrap | Text does not wrap. |
WordWrap | Text wraps at word boundaries. |
CharWrap | Text wraps at character boundaries. |