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