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