2 references to TextTransformProperty
Microsoft.Maui.Controls (2)
Button\Button.cs (2)
329
get => (TextTransform)GetValue(
TextTransformProperty
);
330
set => SetValue(
TextTransformProperty
, value);