TextInputOptionsGetContentType Method

Gets the value of the attached ContentTypeProperty.

Definition

Namespace: Avalonia.Input.TextInput
Assembly: Avalonia.Base (in Avalonia.Base.dll) Version: 11.3.999
public static TextInputContentType GetContentType(
	StyledElement avaloniaObject
)

Parameters

avaloniaObject  StyledElement
The target.

Return Value

TextInputContentType
TextInputContentType

See Also