Click or drag to resize
CMSTextAreaWrap Property
Gets or sets a value indicating whether the text content wraps.

Namespace: CMS.ExtendedControls
Assembly: CMS.ExtendedControls (in CMS.ExtendedControls.dll) Version: 9.0.0
Syntax
C#
public override bool Wrap { get; set; }

Property Value

Type: Boolean
True, if text wrapping is allowed, otherwise false. Default is false.
See Also