Class InspectorTextAreaAttribute
Inheritance
InspectorTextAreaAttribute
Syntax
[AttributeUsage(AttributeTargets.Property | AttributeTargets.Field | AttributeTargets.Parameter, AllowMultiple = false, Inherited = true)]
public sealed class InspectorTextAreaAttribute : Attribute, _Attribute
Properties
hasMaxLines
Declaration
public bool hasMaxLines { get; }
Property Value
hasMinLines
Declaration
public bool hasMinLines { get; }
Property Value
maxLines
Declaration
public float maxLines { get; set; }
Property Value
minLines
Declaration
public float minLines { get; set; }
Property Value
Extension Methods