Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Opacity is not recognized or is not accessible #2674

Open
LeoJHarris opened this issue Dec 11, 2024 · 2 comments
Open

Opacity is not recognized or is not accessible #2674

LeoJHarris opened this issue Dec 11, 2024 · 2 comments

Comments

@LeoJHarris
Copy link

LeoJHarris commented Dec 11, 2024

Type of issue

Code doesn't work

Description

Seems to be wrong here:

<Setter TargetName="check"  Property="Opacity" Value="0" />

I believe the documentation should be which resolves the issue.

<Setter TargetName="check" Property="Ellipse.Opacity" Value="0" />

Property="Ellipse.Opacity"

Image

Page URL

https://learn.microsoft.com/en-us/dotnet/maui/user-interface/controls/radiobutton?view=net-maui-8.0

Content source URL

https://github.com/dotnet/docs-maui/blob/main/docs/user-interface/controls/radiobutton.md

Document Version Independent Id

a4d9b4fe-c357-031e-3fc4-9c22ffee81db

Article author

@davidbritch

Metadata

  • ID: a4d9b4fe-c357-031e-3fc4-9c22ffee81db
  • Service: dotnet-mobile
  • Sub-service: dotnet-maui

Related Issues

@LeoJHarris
Copy link
Author

Appears related #1153

@bhavanesh2001
Copy link

@LeoJHarris This only happens when we change something in the ControlTemplate while debugging. If we deploy again, the particular waning will not show

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants