2 references to TextTransformProperty
Microsoft.Maui.Controls (2)
RadioButton\RadioButton.cs (2)
154
get { return (TextTransform)GetValue(
TextTransformProperty
); }
155
set { SetValue(
TextTransformProperty
, value); }