2 references to TextTransformProperty
Microsoft.Maui.Controls (2)
Span.cs (2)
71
get => (TextTransform)GetValue(
TextTransformProperty
);
72
set => SetValue(
TextTransformProperty
, value);