TextInputOptionsGetIsSensitive Method

Gets the value of the attached IsSensitiveProperty.

Definition

Namespace: Avalonia.Input.TextInput
Assembly: Avalonia.Base (in Avalonia.Base.dll) Version: 11.3.999
public static bool GetIsSensitive(
	StyledElement avaloniaObject
)

Parameters

avaloniaObject  StyledElement
The target.

Return Value

Boolean
true if IsSensitive

See Also