SuperBehaviour SuperBehaviour
SuperBehaviour SuperBehaviour
v0.1.2 [Beta]

Search Results for

    Class PropertyTextAreaAttribute

    Namespace
    LoM.Super
    Assembly
    LoM.Super.dll

    Attribute to make a field be drawn as a text area. Only works on string fields.


    [PropertyTextArea(3, 10)]
    public string text;

    [AttributeUsage(AttributeTargets.Property, Inherited = true, AllowMultiple = true)]
    public class PropertyTextAreaAttribute : Attribute
    Inheritance
    object
    Attribute
    PropertyTextAreaAttribute

    Constructors

    PropertyTextAreaAttribute()

    public PropertyTextAreaAttribute()

    PropertyTextAreaAttribute(int, int)

    public PropertyTextAreaAttribute(int minLines, int maxLines)

    Parameters

    minLines int
    maxLines int

    PropertyTextAreaAttribute(TextAreaAttribute)

    public PropertyTextAreaAttribute(TextAreaAttribute textArea)

    Parameters

    textArea TextAreaAttribute

    Fields

    maxLines

    public readonly int maxLines

    Field Value

    int

    minLines

    public readonly int minLines

    Field Value

    int

    Properties

    MaxLines

    public int MaxLines { get; }

    Property Value

    int

    MinLines

    public int MinLines { get; }

    Property Value

    int
    © Lords of Mahlstrom Gaming, all rights reserved.