Configures the editor as a multiline text box (textarea). Can only be applied to string properties (including HtmlString") />.

[AttributeUsage]
public sealed class MultilineAttribute: IContentPropertyAttribute
Inheritance:
ObjectAttributeMultilineAttribute
Implements:
IContentPropertyAttribute

Constructors

MultilineAttribute()

Properties

NoResize Disables editor resizing if true.
Height Sets the height of the editor in pixels.
Align Specifies the horizontal alignment for the text area. Default is align left.

Methods

Apply(ContentPropertyDefinition)