Skip to main content

TextInputOptions Methods

Methods

Equals(Object)Determines whether the specified object is equal to the current object.
(Inherited from Object)
Finalize()Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object)
FromStyledElement(StyledElement) 
GetAutoCapitalization(StyledElement)Gets the value of the attached AutoCapitalizationProperty.
GetContentType(StyledElement)Gets the value of the attached ContentTypeProperty.
GetHashCode()Serves as the default hash function.
(Inherited from Object)
GetIsSensitive(StyledElement)Gets the value of the attached IsSensitiveProperty.
GetLowercase(StyledElement)Gets the value of the attached LowercaseProperty.
GetMultiline(StyledElement)Gets the value of the attached MultilineProperty.
GetReturnKeyType(StyledElement)Gets the value of the attached ReturnKeyTypeProperty.
GetType()Gets the Type of the current instance.
(Inherited from Object)
GetUppercase(StyledElement)Gets the value of the attached UppercaseProperty.
MemberwiseClone()Creates a shallow copy of the current Object.
(Inherited from Object)
SetAutoCapitalization(StyledElement, Boolean)Sets the value of the attached AutoCapitalizationProperty on a control.
SetContentType(StyledElement, TextInputContentType)Sets the value of the attached ContentTypeProperty on a control.
SetIsSensitive(StyledElement, Boolean)Sets the value of the attached IsSensitiveProperty on a control.
SetLowercase(StyledElement, Boolean)Sets the value of the attached LowercaseProperty on a control.
SetMultiline(StyledElement, Boolean)Sets the value of the attached MultilineProperty on a control.
SetReturnKeyType(StyledElement, TextInputReturnKeyType)Sets the value of the attached ReturnKeyTypeProperty on a control.
SetUppercase(StyledElement, Boolean)Sets the value of the attached UppercaseProperty on a control.
ToString()Returns a string that represents the current object.
(Inherited from Object)

See Also

Reference

TextInputOptions Class
Avalonia.Input.TextInput Namespace