Skip to main content

SetIsSensitive Method

Sets the value of the attached IsSensitiveProperty on a control.

Definition

Namespace: Avalonia.Input.TextInput
Assembly: Avalonia.Base (in Avalonia.Base.dll)

public static void SetIsSensitive(
StyledElement avaloniaObject,
bool value
)

Parameters

  StyledElement
The control.
  Boolean
The property value to set.

See Also

Reference

TextInputOptions Class
Avalonia.Input.TextInput Namespace