TextInputOptionsGetLowercase Method

Gets the value of the attached LowercaseProperty.

Definition

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

Parameters

avaloniaObject  StyledElement
The target.

Return Value

Boolean
true if Lowercase

See Also