TextInputOptionsSetContentType Method
Namespace: Avalonia.Input.TextInputAssembly: Avalonia.Base (in Avalonia.Base.dll) Version: 11.3.999
public static void SetContentType(
StyledElement avaloniaObject,
TextInputContentType value
)
Public Shared Sub SetContentType (
avaloniaObject As StyledElement,
value As TextInputContentType
)
static member SetContentType :
avaloniaObject : StyledElement *
value : TextInputContentType -> unit
Parameters
- avaloniaObject StyledElement
- The control.
- value TextInputContentType
- The property value to set.