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

Rect struct error in documentation #10875

Open
tbenner opened this issue Jan 24, 2025 · 1 comment · May be fixed by #10877
Open

Rect struct error in documentation #10875

tbenner opened this issue Jan 24, 2025 · 1 comment · May be fixed by #10877
Labels
area-WPF Issues or PRs that relate to WPF or XAML. untriaged New issue has not been triaged by the area owner

Comments

@tbenner
Copy link

tbenner commented Jan 24, 2025

Type of issue

Other (describe below)

Description

The line:
// Rect my Rect1 = new Rect(10,100,150,100");

should be:
// Rect myRect1 = new Rect(10,100,150,100);

Page URL

https://learn.microsoft.com/en-us/dotnet/api/system.windows.rect?view=windowsdesktop-8.0

Content source URL

https://github.com/dotnet/dotnet-api-docs/blob/main/xml/System.Windows/Rect.xml

Document Version Independent Id

7c94d71c-51af-760a-23cc-9ca61c4816aa

Article author

@dotnet-bot

@dotnet-issue-labeler dotnet-issue-labeler bot added the area-WPF Issues or PRs that relate to WPF or XAML. label Jan 24, 2025
@dotnet-policy-service dotnet-policy-service bot added the untriaged New issue has not been triaged by the area owner label Jan 24, 2025
Copy link
Contributor

Tagging subscribers to this area: @dotnet/wpf-developers

@mikkelbu mikkelbu linked a pull request Jan 25, 2025 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area-WPF Issues or PRs that relate to WPF or XAML. untriaged New issue has not been triaged by the area owner
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant