TextInputOptionsSetIsSensitive Method

Sets the value of the attached IsSensitiveProperty on a control.

Definition

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

Parameters

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

See Also