ContentType Property
The content type (mostly for determining the shape of the virtual keyboard)
Definition
Namespace: Avalonia.Input.TextInput
Assembly: Avalonia.Base (in Avalonia.Base.dll)
- C#
- VB
- F#
public TextInputContentType ContentType { get; set; }
Public Property ContentType As TextInputContentType
Get
Set
member ContentType : TextInputContentType with get, set