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

Closed
LeoJHarris opened this issue Dec 11, 2024 · 4 comments
Closed

Opacity is not recognized or is not accessible #2674

LeoJHarris opened this issue Dec 11, 2024 · 4 comments
Labels
dotnet-maui/subsvc dotnet-mobile/svc Pri2 resolved-by-customer Indicates issues where the customer no longer needs any help. [org]

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

@LeoJHarris
Copy link
Author

@bhavanesh2001 so we can close this issue?

@bhavanesh2001
Copy link

@LeoJHarris Yeah, I think so. Since there is nothing that can be done doc's repo.

@dotnetrepoman dotnetrepoman bot added resolved-by-customer Indicates issues where the customer no longer needs any help. [org] and removed ⌚ Not Triaged Not triaged labels Dec 16, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dotnet-maui/subsvc dotnet-mobile/svc Pri2 resolved-by-customer Indicates issues where the customer no longer needs any help. [org]
Projects
None yet
Development

No branches or pull requests

2 participants