TextInputOptionsSetContentType Method

Sets the value of the attached ContentTypeProperty on a control.

Definition

Namespace: Avalonia.Input.TextInput
Assembly: Avalonia.Base (in Avalonia.Base.dll) Version: 11.3.999
public static void SetContentType(
	StyledElement avaloniaObject,
	TextInputContentType value
)

Parameters

avaloniaObject  StyledElement
The control.
value  TextInputContentType
The property value to set.

See Also