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

Namespace: CMS.Base.Web.UI
Assembly: CMS.Base.Web.UI (in CMS.Base.Web.UI.dll) Version: 11.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