Class EditorParams
- Namespace
- Lime
- Assembly
- Lime.dll
public class EditorParams : NodeComponent, IDisposable, IAnimable, IEditorParams
- Inheritance
-
EditorParams
- Implements
-
- Inherited Members
-
- Extension Methods
-
Fields
NumberStyle
public const NumberStyles NumberStyle = AllowLeadingSign | AllowDecimalPoint
Field Value
- NumberStyles
Properties
AcceptText
public Predicate<string> AcceptText { get; set; }
Property Value
- Predicate<string>
AllowNonDisplayableChars
public bool AllowNonDisplayableChars { get; set; }
Property Value
- bool
MaxHeight
public float MaxHeight { get; set; }
Property Value
- float
MaxLength
public int MaxLength { get; set; }
Property Value
- int
MaxLines
public int MaxLines { get; set; }
Property Value
- int
MaxUndoDepth
public int MaxUndoDepth { get; set; }
Property Value
- int
MouseSelectionThreshold
public float MouseSelectionThreshold { get; set; }
Property Value
- float
public Func<Vector2, Vector2> OffsetContextMenu { get; set; }
Property Value
- Func<Vector2, Vector2>
PasswordChar
public char? PasswordChar { get; set; }
Property Value
- char?
PasswordLastCharShowTime
public float PasswordLastCharShowTime { get; set; }
Property Value
- float
ReplaceCommaWithDecimalPoint
public bool ReplaceCommaWithDecimalPoint { get; set; }
Property Value
- bool
public ScrollView Scroll { get; set; }
Property Value
- ScrollView
SelectAllOnFocus
public bool SelectAllOnFocus { get; set; }
Property Value
- bool
SoftKeyboardType
public SoftKeyboardType SoftKeyboardType { get; set; }
Property Value
- SoftKeyboardType
UseSecureString
public bool UseSecureString { get; set; }
Property Value
- bool
Methods
AcceptNumber(string)
public static bool AcceptNumber(string s)
Parameters
s
string
Returns
- bool
IsAcceptableHeight(float)
public bool IsAcceptableHeight(float height)
Parameters
height
float
Returns
- bool
IsAcceptableLength(int)
public bool IsAcceptableLength(int length)
Parameters
length
int
Returns
- bool
IsAcceptableLines(int)
public bool IsAcceptableLines(int lines)
Parameters
lines
int
Returns
- bool