Skip to content

[Android, Windows] RadioButton TextTransform Property Does Not Apply on Android and Windows Platforms #29729

@TamilarasanSF4853

Description

@TamilarasanSF4853

Description

The TextTransform property of the RadioButton control does not apply the expected text transformation. Regardless of whether it is set to Uppercase or Lowercase, the Content text remains unchanged from its original value. This issue occurs on the Android and Windows platforms.

Steps to Reproduce

  1. Create a .NET MAUI project.
  2. Add the following RadioButton control to your XAML page.
    <RadioButton Content="HelloWorld" TextTransform="Uppercase" />
  3. Run the app.
  4. Observe the Content text of the RadioButton.

Link to public reproduction project repository

No response

Version with bug

9.0.70 SR7

Is this a regression from previous behavior?

Not sure, did not test other versions

Last version that worked well

No response

Affected platforms

Android, Windows

Affected platform versions

No response

Did you find any workaround?

No response

Relevant log output

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions