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