We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Other (describe below)
The line: // Rect my Rect1 = new Rect(10,100,150,100");
should be: // Rect myRect1 = new Rect(10,100,150,100);
https://learn.microsoft.com/en-us/dotnet/api/system.windows.rect?view=windowsdesktop-8.0
https://github.com/dotnet/dotnet-api-docs/blob/main/xml/System.Windows/Rect.xml
7c94d71c-51af-760a-23cc-9ca61c4816aa
@dotnet-bot
The text was updated successfully, but these errors were encountered:
Tagging subscribers to this area: @dotnet/wpf-developers
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
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
The text was updated successfully, but these errors were encountered: