- Namespace:
- Redakt.ContentManagement.Annotations
- Assembly:
- Redakt.ContentManagement.dll
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
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