2 references to TextTransformProperty
Microsoft.Maui.Controls (2)
InputView\InputView.cs (2)
145
get => (TextTransform)GetValue(
TextTransformProperty
);
146
set => SetValue(
TextTransformProperty
, value);