Table of Contents

Interface IEditorParams

Namespace
Lime
Assembly
Lime.dll
public interface IEditorParams

Properties

AcceptText

Predicate<string> AcceptText { get; set; }

Property Value

Predicate<string>

AllowNonDisplayableChars

bool AllowNonDisplayableChars { get; set; }

Property Value

bool

MaxHeight

float MaxHeight { get; set; }

Property Value

float

MaxLength

int MaxLength { get; set; }

Property Value

int

MaxLines

int MaxLines { get; set; }

Property Value

int

MaxUndoDepth

int MaxUndoDepth { get; set; }

Property Value

int

MouseSelectionThreshold

float MouseSelectionThreshold { get; set; }

Property Value

float

OffsetContextMenu

Func<Vector2, Vector2> OffsetContextMenu { get; set; }

Property Value

Func<Vector2, Vector2>

PasswordChar

char? PasswordChar { get; set; }

Property Value

char?

PasswordLastCharShowTime

float PasswordLastCharShowTime { get; set; }

Property Value

float

ReplaceCommaWithDecimalPoint

bool ReplaceCommaWithDecimalPoint { get; set; }

Property Value

bool

Scroll

ScrollView Scroll { get; set; }

Property Value

ScrollView

SelectAllOnFocus

bool SelectAllOnFocus { get; set; }

Property Value

bool

SoftKeyboardType

SoftKeyboardType SoftKeyboardType { get; set; }

Property Value

SoftKeyboardType

UseSecureString

bool UseSecureString { get; set; }

Property Value

bool

Methods

IsAcceptableHeight(float)

bool IsAcceptableHeight(float height)

Parameters

height float

Returns

bool

IsAcceptableLength(int)

bool IsAcceptableLength(int length)

Parameters

length int

Returns

bool

IsAcceptableLines(int)

bool IsAcceptableLines(int lines)

Parameters

lines int

Returns

bool