Class PropsTextAreaAttribute

Assembly: redb.PropsEditor.dll

Renders the property as a multiline text area.

[AttributeUsage(AttributeTargets.Property, AllowMultiple = false)]
public class PropsTextAreaAttribute : Attribute

Inheritance

ObjectAttributePropsTextAreaAttribute

Properties

Rows

Number of rows for the text area.

public int Rows { get; set; }

Constructors