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

BlazorWebView #231

Merged
merged 19 commits into from
Dec 13, 2021
Merged

BlazorWebView #231

merged 19 commits into from
Dec 13, 2021

Conversation

davidbritch
Copy link
Contributor

Replaces #134

Fixes #12

@davidbritch davidbritch mentioned this pull request Dec 8, 2021
Copy link
Member

@Eilon Eilon left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Just 2 small comments and then I think it's good to go!

docs/user-interface/controls/blazorwebview.md Outdated Show resolved Hide resolved
docs/user-interface/controls/blazorwebview.md Outdated Show resolved Hide resolved
davidbritch and others added 2 commits December 8, 2021 18:01
Co-authored-by: Eilon Lipton <Eilon@users.noreply.github.com>
Copy link
Member

@Eilon Eilon left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ship it!

@Eilon
Copy link
Member

Eilon commented Dec 8, 2021

Apparently my review isn't good enough to approve ☹️ Who can give me more permission in this repo? I'll probably end up writing a doc or two as well.

@davidbritch
Copy link
Contributor Author

davidbritch commented Dec 9, 2021

@Eilon I've given you write access. That seems to have made your approval count!

@Eilon
Copy link
Member

Eilon commented Dec 9, 2021

Perfect! Let's get this published! 😄

@davidbritch davidbritch merged commit 5cfb68c into release Dec 13, 2021
@davidbritch davidbritch deleted the dabritch-blazorwebview branch December 13, 2021 10:22
davidbritch added a commit that referenced this pull request Dec 24, 2021
* Splash screen (#232)

* Splash screens.

* Edits.

* Edits.

* Edit.

* Update docs/user-interface/splashscreen.md

Co-authored-by: Andy (Steve) De George <67293991+adegeo@users.noreply.github.com>

* Feedback incorporated.

* Edits.

* File rename.

* Feedback incorporated.

* Fix image link.

* Delete image.

* Feedback incorporated.

Co-authored-by: Andy (Steve) De George <67293991+adegeo@users.noreply.github.com>

* BlazorWebView (#231)

* Initial content.

* Fixed image link.

* Edits.

* Edit.

* Update docs/user-interface/controls/blazorwebview.md

Co-authored-by: Eilon Lipton <Eilon@users.noreply.github.com>

* Update docs/user-interface/controls/blazorwebview.md

Co-authored-by: Eilon Lipton <Eilon@users.noreply.github.com>

* Update docs/user-interface/controls/blazorwebview.md

Co-authored-by: Eilon Lipton <Eilon@users.noreply.github.com>

* Mac Catalyst -> macOS

* Use media folder.

* Feedback incorporated.

* TOC updated.

* Add preview note.

* Edit.

* Update docs/user-interface/controls/blazorwebview.md

Co-authored-by: Eilon Lipton <Eilon@users.noreply.github.com>

* Feedback incorporated.

Co-authored-by: Eilon Lipton <Eilon@users.noreply.github.com>

* Multi-targeting (#222)

* Configure multi-targeting doc.

* Fix image link.

* Edits.

* Edit.

* Edit.

* Edit.

* Edit.

* Invoking platform code (#221)

* Invoke platform code.

* Add to TOC.

* Image resize.

* Edit.

* Edits.

* Back parenthesis (#230)

Fixes the missing back parenthesis.

Co-authored-by: sashi <82739042+sashi0034@users.noreply.github.com>

* Edit.

* Border control (#223)

* Border doc.

* Edits.

* Use media folder.

* Back parenthesis (#230)

Fixes the missing back parenthesis.

* Feedback incorporated.

* Image cropped.

* Edit.

* Add Border to TOC.

* TOC updated.

Co-authored-by: sashi <82739042+sashi0034@users.noreply.github.com>

* Shadow (#224)

* Shadow control.

* Edits.

* Use media folder.

* Back parenthesis (#230)

Fixes the missing back parenthesis.

* Feedback incorporated.

* TOC fixed.

* Edit.

Co-authored-by: sashi <82739042+sashi0034@users.noreply.github.com>

* Remove native.

* Accessibility (#225)

* Initial content.

* Edits.

* Fix heading.

* Heading edit.

* Back parenthesis (#230)

Fixes the missing back parenthesis.

* Update docs/fundamentals/accessibility.md

Co-authored-by: Rachel Kang <rachelkang@microsoft.com>

* Update docs/fundamentals/accessibility.md

Co-authored-by: Rachel Kang <rachelkang@microsoft.com>

* Update docs/fundamentals/accessibility.md

Co-authored-by: Rachel Kang <rachelkang@microsoft.com>

* Update docs/fundamentals/accessibility.md

Co-authored-by: Rachel Kang <rachelkang@microsoft.com>

* Update docs/fundamentals/accessibility.md

Co-authored-by: Rachel Kang <rachelkang@microsoft.com>

* Update docs/fundamentals/accessibility.md

Co-authored-by: Rachel Kang <rachelkang@microsoft.com>

* Update docs/fundamentals/accessibility.md

Co-authored-by: Rachel Kang <rachelkang@microsoft.com>

* Update docs/fundamentals/accessibility.md

Co-authored-by: Rachel Kang <rachelkang@microsoft.com>

* Accessibility checklist added.

* Fix linting error.

* Update docs/fundamentals/accessibility.md

Co-authored-by: Rachel Kang <rachelkang@microsoft.com>

* More feedback incorporated.

* Feedback incorporated.

* Add to TOC.

Co-authored-by: sashi <82739042+sashi0034@users.noreply.github.com>
Co-authored-by: Rachel Kang <rachelkang@microsoft.com>

* GraphicsView and Maui.Graphics (#241)

* Maui.Graphics: Paint

* Build fixes.

* TOC update.

* Resize images.

* Disable borders.

* Edit.

* GraphicsView.

* Update TOC/index.

* Edit.

* Draw objects: Line and ellipse.

* Resized images.

* Rectangle, rounded rectangle, arc.

* Image resizing.

* Edits.

* Paths, shadow, line cap, line join, dashed objects.

* More drawing methods.

* Resized images.

* Replaced image.

* Image edit.

* Pattern paint.

* Edits.

* Image paint.

* Image link fixed.

* Edit.

* Edits.

* Transforms.

* Edit.

* Affine transforms.

* Edits.

* Path updates.

* Winding modes.

* Edits.

* Draw with fill and stroke.

* Corrections.

* Better use of dirtyRect.

* Explanatory text.

* Edit.

* Differentiate from shapes/brushes.

* Blend modes (WIP).

* Porter-duff blend modes.

* Edits.

* Image edit.

* Images.

* Sample link placeholders inserted.

* Images doc added to TOC.

* Edits.

* Removed 2D.

* Edits.

* Link fixed.

* Acrolinx edits.

* Title suffix for Maui.Graphics.

* Revert "Title suffix for Maui.Graphics."

This reverts commit df4de77.

* Fixed alt-text.

* Fixed usage of .NET MAUI acronym.

* Linting errors fixed.

* Remove .NET MAUI from H1s.

* Remove suffix from metadata.

* Stop calling .NET MAUI graphics a library.

* Colors.

* Edit.

* Edits.

* Fix lint error.

* Use media folders.

* Back parenthesis (#230)

Fixes the missing back parenthesis.

* Add searchScope. (#235)

* Re-org paint content.

* More content re-org.

* Links fixed.

* Edits.

* Edits.

* Edits.

* Edit.

Co-authored-by: sashi <82739042+sashi0034@users.noreply.github.com>

* Edits.

* Edits.

* Update index.

Co-authored-by: Andy (Steve) De George <67293991+adegeo@users.noreply.github.com>
Co-authored-by: Eilon Lipton <Eilon@users.noreply.github.com>
Co-authored-by: sashi <82739042+sashi0034@users.noreply.github.com>
Co-authored-by: Rachel Kang <rachelkang@microsoft.com>
davidbritch added a commit that referenced this pull request Jan 7, 2022
* Horizontal and Vertical StackLayout.

* Edit.

* Edit.

* Edit.

* Edits.

* VerticalStackLayout updates.

* HorizontalStackLayout updates.

* Fix linting errors.

* Edits.

* Edit.

* Edit.

* Feedback incorporated.

* Christmas docs (#242)

* Splash screen (#232)

* Splash screens.

* Edits.

* Edits.

* Edit.

* Update docs/user-interface/splashscreen.md

Co-authored-by: Andy (Steve) De George <67293991+adegeo@users.noreply.github.com>

* Feedback incorporated.

* Edits.

* File rename.

* Feedback incorporated.

* Fix image link.

* Delete image.

* Feedback incorporated.

Co-authored-by: Andy (Steve) De George <67293991+adegeo@users.noreply.github.com>

* BlazorWebView (#231)

* Initial content.

* Fixed image link.

* Edits.

* Edit.

* Update docs/user-interface/controls/blazorwebview.md

Co-authored-by: Eilon Lipton <Eilon@users.noreply.github.com>

* Update docs/user-interface/controls/blazorwebview.md

Co-authored-by: Eilon Lipton <Eilon@users.noreply.github.com>

* Update docs/user-interface/controls/blazorwebview.md

Co-authored-by: Eilon Lipton <Eilon@users.noreply.github.com>

* Mac Catalyst -> macOS

* Use media folder.

* Feedback incorporated.

* TOC updated.

* Add preview note.

* Edit.

* Update docs/user-interface/controls/blazorwebview.md

Co-authored-by: Eilon Lipton <Eilon@users.noreply.github.com>

* Feedback incorporated.

Co-authored-by: Eilon Lipton <Eilon@users.noreply.github.com>

* Multi-targeting (#222)

* Configure multi-targeting doc.

* Fix image link.

* Edits.

* Edit.

* Edit.

* Edit.

* Edit.

* Invoking platform code (#221)

* Invoke platform code.

* Add to TOC.

* Image resize.

* Edit.

* Edits.

* Back parenthesis (#230)

Fixes the missing back parenthesis.

Co-authored-by: sashi <82739042+sashi0034@users.noreply.github.com>

* Edit.

* Border control (#223)

* Border doc.

* Edits.

* Use media folder.

* Back parenthesis (#230)

Fixes the missing back parenthesis.

* Feedback incorporated.

* Image cropped.

* Edit.

* Add Border to TOC.

* TOC updated.

Co-authored-by: sashi <82739042+sashi0034@users.noreply.github.com>

* Shadow (#224)

* Shadow control.

* Edits.

* Use media folder.

* Back parenthesis (#230)

Fixes the missing back parenthesis.

* Feedback incorporated.

* TOC fixed.

* Edit.

Co-authored-by: sashi <82739042+sashi0034@users.noreply.github.com>

* Remove native.

* Accessibility (#225)

* Initial content.

* Edits.

* Fix heading.

* Heading edit.

* Back parenthesis (#230)

Fixes the missing back parenthesis.

* Update docs/fundamentals/accessibility.md

Co-authored-by: Rachel Kang <rachelkang@microsoft.com>

* Update docs/fundamentals/accessibility.md

Co-authored-by: Rachel Kang <rachelkang@microsoft.com>

* Update docs/fundamentals/accessibility.md

Co-authored-by: Rachel Kang <rachelkang@microsoft.com>

* Update docs/fundamentals/accessibility.md

Co-authored-by: Rachel Kang <rachelkang@microsoft.com>

* Update docs/fundamentals/accessibility.md

Co-authored-by: Rachel Kang <rachelkang@microsoft.com>

* Update docs/fundamentals/accessibility.md

Co-authored-by: Rachel Kang <rachelkang@microsoft.com>

* Update docs/fundamentals/accessibility.md

Co-authored-by: Rachel Kang <rachelkang@microsoft.com>

* Update docs/fundamentals/accessibility.md

Co-authored-by: Rachel Kang <rachelkang@microsoft.com>

* Accessibility checklist added.

* Fix linting error.

* Update docs/fundamentals/accessibility.md

Co-authored-by: Rachel Kang <rachelkang@microsoft.com>

* More feedback incorporated.

* Feedback incorporated.

* Add to TOC.

Co-authored-by: sashi <82739042+sashi0034@users.noreply.github.com>
Co-authored-by: Rachel Kang <rachelkang@microsoft.com>

* GraphicsView and Maui.Graphics (#241)

* Maui.Graphics: Paint

* Build fixes.

* TOC update.

* Resize images.

* Disable borders.

* Edit.

* GraphicsView.

* Update TOC/index.

* Edit.

* Draw objects: Line and ellipse.

* Resized images.

* Rectangle, rounded rectangle, arc.

* Image resizing.

* Edits.

* Paths, shadow, line cap, line join, dashed objects.

* More drawing methods.

* Resized images.

* Replaced image.

* Image edit.

* Pattern paint.

* Edits.

* Image paint.

* Image link fixed.

* Edit.

* Edits.

* Transforms.

* Edit.

* Affine transforms.

* Edits.

* Path updates.

* Winding modes.

* Edits.

* Draw with fill and stroke.

* Corrections.

* Better use of dirtyRect.

* Explanatory text.

* Edit.

* Differentiate from shapes/brushes.

* Blend modes (WIP).

* Porter-duff blend modes.

* Edits.

* Image edit.

* Images.

* Sample link placeholders inserted.

* Images doc added to TOC.

* Edits.

* Removed 2D.

* Edits.

* Link fixed.

* Acrolinx edits.

* Title suffix for Maui.Graphics.

* Revert "Title suffix for Maui.Graphics."

This reverts commit df4de77.

* Fixed alt-text.

* Fixed usage of .NET MAUI acronym.

* Linting errors fixed.

* Remove .NET MAUI from H1s.

* Remove suffix from metadata.

* Stop calling .NET MAUI graphics a library.

* Colors.

* Edit.

* Edits.

* Fix lint error.

* Use media folders.

* Back parenthesis (#230)

Fixes the missing back parenthesis.

* Add searchScope. (#235)

* Re-org paint content.

* More content re-org.

* Links fixed.

* Edits.

* Edits.

* Edits.

* Edit.

Co-authored-by: sashi <82739042+sashi0034@users.noreply.github.com>

* Edits.

* Edits.

* Update index.

Co-authored-by: Andy (Steve) De George <67293991+adegeo@users.noreply.github.com>
Co-authored-by: Eilon Lipton <Eilon@users.noreply.github.com>
Co-authored-by: sashi <82739042+sashi0034@users.noreply.github.com>
Co-authored-by: Rachel Kang <rachelkang@microsoft.com>

* Remove Children property info.

* Add new layouts to TOC.

Co-authored-by: Andy (Steve) De George <67293991+adegeo@users.noreply.github.com>
Co-authored-by: Eilon Lipton <Eilon@users.noreply.github.com>
Co-authored-by: sashi <82739042+sashi0034@users.noreply.github.com>
Co-authored-by: Rachel Kang <rachelkang@microsoft.com>
davidbritch added a commit that referenced this pull request Jan 7, 2022
* Splash screen (#232)

* Splash screens.

* Edits.

* Edits.

* Edit.

* Update docs/user-interface/splashscreen.md

Co-authored-by: Andy (Steve) De George <67293991+adegeo@users.noreply.github.com>

* Feedback incorporated.

* Edits.

* File rename.

* Feedback incorporated.

* Fix image link.

* Delete image.

* Feedback incorporated.

Co-authored-by: Andy (Steve) De George <67293991+adegeo@users.noreply.github.com>

* BlazorWebView (#231)

* Initial content.

* Fixed image link.

* Edits.

* Edit.

* Update docs/user-interface/controls/blazorwebview.md

Co-authored-by: Eilon Lipton <Eilon@users.noreply.github.com>

* Update docs/user-interface/controls/blazorwebview.md

Co-authored-by: Eilon Lipton <Eilon@users.noreply.github.com>

* Update docs/user-interface/controls/blazorwebview.md

Co-authored-by: Eilon Lipton <Eilon@users.noreply.github.com>

* Mac Catalyst -> macOS

* Use media folder.

* Feedback incorporated.

* TOC updated.

* Add preview note.

* Edit.

* Update docs/user-interface/controls/blazorwebview.md

Co-authored-by: Eilon Lipton <Eilon@users.noreply.github.com>

* Feedback incorporated.

Co-authored-by: Eilon Lipton <Eilon@users.noreply.github.com>

* Multi-targeting (#222)

* Configure multi-targeting doc.

* Fix image link.

* Edits.

* Edit.

* Edit.

* Edit.

* Edit.

* Invoking platform code (#221)

* Invoke platform code.

* Add to TOC.

* Image resize.

* Edit.

* Edits.

* Back parenthesis (#230)

Fixes the missing back parenthesis.

Co-authored-by: sashi <82739042+sashi0034@users.noreply.github.com>

* Edit.

* Border control (#223)

* Border doc.

* Edits.

* Use media folder.

* Back parenthesis (#230)

Fixes the missing back parenthesis.

* Feedback incorporated.

* Image cropped.

* Edit.

* Add Border to TOC.

* TOC updated.

Co-authored-by: sashi <82739042+sashi0034@users.noreply.github.com>

* Shadow (#224)

* Shadow control.

* Edits.

* Use media folder.

* Back parenthesis (#230)

Fixes the missing back parenthesis.

* Feedback incorporated.

* TOC fixed.

* Edit.

Co-authored-by: sashi <82739042+sashi0034@users.noreply.github.com>

* Remove native.

* Accessibility (#225)

* Initial content.

* Edits.

* Fix heading.

* Heading edit.

* Back parenthesis (#230)

Fixes the missing back parenthesis.

* Update docs/fundamentals/accessibility.md

Co-authored-by: Rachel Kang <rachelkang@microsoft.com>

* Update docs/fundamentals/accessibility.md

Co-authored-by: Rachel Kang <rachelkang@microsoft.com>

* Update docs/fundamentals/accessibility.md

Co-authored-by: Rachel Kang <rachelkang@microsoft.com>

* Update docs/fundamentals/accessibility.md

Co-authored-by: Rachel Kang <rachelkang@microsoft.com>

* Update docs/fundamentals/accessibility.md

Co-authored-by: Rachel Kang <rachelkang@microsoft.com>

* Update docs/fundamentals/accessibility.md

Co-authored-by: Rachel Kang <rachelkang@microsoft.com>

* Update docs/fundamentals/accessibility.md

Co-authored-by: Rachel Kang <rachelkang@microsoft.com>

* Update docs/fundamentals/accessibility.md

Co-authored-by: Rachel Kang <rachelkang@microsoft.com>

* Accessibility checklist added.

* Fix linting error.

* Update docs/fundamentals/accessibility.md

Co-authored-by: Rachel Kang <rachelkang@microsoft.com>

* More feedback incorporated.

* Feedback incorporated.

* Add to TOC.

Co-authored-by: sashi <82739042+sashi0034@users.noreply.github.com>
Co-authored-by: Rachel Kang <rachelkang@microsoft.com>

* GraphicsView and Maui.Graphics (#241)

* Maui.Graphics: Paint

* Build fixes.

* TOC update.

* Resize images.

* Disable borders.

* Edit.

* GraphicsView.

* Update TOC/index.

* Edit.

* Draw objects: Line and ellipse.

* Resized images.

* Rectangle, rounded rectangle, arc.

* Image resizing.

* Edits.

* Paths, shadow, line cap, line join, dashed objects.

* More drawing methods.

* Resized images.

* Replaced image.

* Image edit.

* Pattern paint.

* Edits.

* Image paint.

* Image link fixed.

* Edit.

* Edits.

* Transforms.

* Edit.

* Affine transforms.

* Edits.

* Path updates.

* Winding modes.

* Edits.

* Draw with fill and stroke.

* Corrections.

* Better use of dirtyRect.

* Explanatory text.

* Edit.

* Differentiate from shapes/brushes.

* Blend modes (WIP).

* Porter-duff blend modes.

* Edits.

* Image edit.

* Images.

* Sample link placeholders inserted.

* Images doc added to TOC.

* Edits.

* Removed 2D.

* Edits.

* Link fixed.

* Acrolinx edits.

* Title suffix for Maui.Graphics.

* Revert "Title suffix for Maui.Graphics."

This reverts commit df4de77.

* Fixed alt-text.

* Fixed usage of .NET MAUI acronym.

* Linting errors fixed.

* Remove .NET MAUI from H1s.

* Remove suffix from metadata.

* Stop calling .NET MAUI graphics a library.

* Colors.

* Edit.

* Edits.

* Fix lint error.

* Use media folders.

* Back parenthesis (#230)

Fixes the missing back parenthesis.

* Add searchScope. (#235)

* Re-org paint content.

* More content re-org.

* Links fixed.

* Edits.

* Edits.

* Edits.

* Edit.

Co-authored-by: sashi <82739042+sashi0034@users.noreply.github.com>

* Edits.

* Edits.

* Update index.

* HorizontalStackLayout and VerticalStackLayout (#228)

* Horizontal and Vertical StackLayout.

* Edit.

* Edit.

* Edit.

* Edits.

* VerticalStackLayout updates.

* HorizontalStackLayout updates.

* Fix linting errors.

* Edits.

* Edit.

* Edit.

* Feedback incorporated.

* Christmas docs (#242)

* Splash screen (#232)

* Splash screens.

* Edits.

* Edits.

* Edit.

* Update docs/user-interface/splashscreen.md

Co-authored-by: Andy (Steve) De George <67293991+adegeo@users.noreply.github.com>

* Feedback incorporated.

* Edits.

* File rename.

* Feedback incorporated.

* Fix image link.

* Delete image.

* Feedback incorporated.

Co-authored-by: Andy (Steve) De George <67293991+adegeo@users.noreply.github.com>

* BlazorWebView (#231)

* Initial content.

* Fixed image link.

* Edits.

* Edit.

* Update docs/user-interface/controls/blazorwebview.md

Co-authored-by: Eilon Lipton <Eilon@users.noreply.github.com>

* Update docs/user-interface/controls/blazorwebview.md

Co-authored-by: Eilon Lipton <Eilon@users.noreply.github.com>

* Update docs/user-interface/controls/blazorwebview.md

Co-authored-by: Eilon Lipton <Eilon@users.noreply.github.com>

* Mac Catalyst -> macOS

* Use media folder.

* Feedback incorporated.

* TOC updated.

* Add preview note.

* Edit.

* Update docs/user-interface/controls/blazorwebview.md

Co-authored-by: Eilon Lipton <Eilon@users.noreply.github.com>

* Feedback incorporated.

Co-authored-by: Eilon Lipton <Eilon@users.noreply.github.com>

* Multi-targeting (#222)

* Configure multi-targeting doc.

* Fix image link.

* Edits.

* Edit.

* Edit.

* Edit.

* Edit.

* Invoking platform code (#221)

* Invoke platform code.

* Add to TOC.

* Image resize.

* Edit.

* Edits.

* Back parenthesis (#230)

Fixes the missing back parenthesis.

Co-authored-by: sashi <82739042+sashi0034@users.noreply.github.com>

* Edit.

* Border control (#223)

* Border doc.

* Edits.

* Use media folder.

* Back parenthesis (#230)

Fixes the missing back parenthesis.

* Feedback incorporated.

* Image cropped.

* Edit.

* Add Border to TOC.

* TOC updated.

Co-authored-by: sashi <82739042+sashi0034@users.noreply.github.com>

* Shadow (#224)

* Shadow control.

* Edits.

* Use media folder.

* Back parenthesis (#230)

Fixes the missing back parenthesis.

* Feedback incorporated.

* TOC fixed.

* Edit.

Co-authored-by: sashi <82739042+sashi0034@users.noreply.github.com>

* Remove native.

* Accessibility (#225)

* Initial content.

* Edits.

* Fix heading.

* Heading edit.

* Back parenthesis (#230)

Fixes the missing back parenthesis.

* Update docs/fundamentals/accessibility.md

Co-authored-by: Rachel Kang <rachelkang@microsoft.com>

* Update docs/fundamentals/accessibility.md

Co-authored-by: Rachel Kang <rachelkang@microsoft.com>

* Update docs/fundamentals/accessibility.md

Co-authored-by: Rachel Kang <rachelkang@microsoft.com>

* Update docs/fundamentals/accessibility.md

Co-authored-by: Rachel Kang <rachelkang@microsoft.com>

* Update docs/fundamentals/accessibility.md

Co-authored-by: Rachel Kang <rachelkang@microsoft.com>

* Update docs/fundamentals/accessibility.md

Co-authored-by: Rachel Kang <rachelkang@microsoft.com>

* Update docs/fundamentals/accessibility.md

Co-authored-by: Rachel Kang <rachelkang@microsoft.com>

* Update docs/fundamentals/accessibility.md

Co-authored-by: Rachel Kang <rachelkang@microsoft.com>

* Accessibility checklist added.

* Fix linting error.

* Update docs/fundamentals/accessibility.md

Co-authored-by: Rachel Kang <rachelkang@microsoft.com>

* More feedback incorporated.

* Feedback incorporated.

* Add to TOC.

Co-authored-by: sashi <82739042+sashi0034@users.noreply.github.com>
Co-authored-by: Rachel Kang <rachelkang@microsoft.com>

* GraphicsView and Maui.Graphics (#241)

* Maui.Graphics: Paint

* Build fixes.

* TOC update.

* Resize images.

* Disable borders.

* Edit.

* GraphicsView.

* Update TOC/index.

* Edit.

* Draw objects: Line and ellipse.

* Resized images.

* Rectangle, rounded rectangle, arc.

* Image resizing.

* Edits.

* Paths, shadow, line cap, line join, dashed objects.

* More drawing methods.

* Resized images.

* Replaced image.

* Image edit.

* Pattern paint.

* Edits.

* Image paint.

* Image link fixed.

* Edit.

* Edits.

* Transforms.

* Edit.

* Affine transforms.

* Edits.

* Path updates.

* Winding modes.

* Edits.

* Draw with fill and stroke.

* Corrections.

* Better use of dirtyRect.

* Explanatory text.

* Edit.

* Differentiate from shapes/brushes.

* Blend modes (WIP).

* Porter-duff blend modes.

* Edits.

* Image edit.

* Images.

* Sample link placeholders inserted.

* Images doc added to TOC.

* Edits.

* Removed 2D.

* Edits.

* Link fixed.

* Acrolinx edits.

* Title suffix for Maui.Graphics.

* Revert "Title suffix for Maui.Graphics."

This reverts commit df4de77.

* Fixed alt-text.

* Fixed usage of .NET MAUI acronym.

* Linting errors fixed.

* Remove .NET MAUI from H1s.

* Remove suffix from metadata.

* Stop calling .NET MAUI graphics a library.

* Colors.

* Edit.

* Edits.

* Fix lint error.

* Use media folders.

* Back parenthesis (#230)

Fixes the missing back parenthesis.

* Add searchScope. (#235)

* Re-org paint content.

* More content re-org.

* Links fixed.

* Edits.

* Edits.

* Edits.

* Edit.

Co-authored-by: sashi <82739042+sashi0034@users.noreply.github.com>

* Edits.

* Edits.

* Update index.

Co-authored-by: Andy (Steve) De George <67293991+adegeo@users.noreply.github.com>
Co-authored-by: Eilon Lipton <Eilon@users.noreply.github.com>
Co-authored-by: sashi <82739042+sashi0034@users.noreply.github.com>
Co-authored-by: Rachel Kang <rachelkang@microsoft.com>

* Remove Children property info.

* Add new layouts to TOC.

Co-authored-by: Andy (Steve) De George <67293991+adegeo@users.noreply.github.com>
Co-authored-by: Eilon Lipton <Eilon@users.noreply.github.com>
Co-authored-by: sashi <82739042+sashi0034@users.noreply.github.com>
Co-authored-by: Rachel Kang <rachelkang@microsoft.com>

* Layouts (#247)

* AbsoluteLayout

* Grid and StackLayout docs

* Edit.

* Edit.

* Edit.

* Edits.

* Initial FlexLayout content.

* Edits.

* Edit.

* H2 change.

* C# syntax changed

stackLayout.Children.Add() replaced with stackLayout.Add()

* C# syntax updated

Replaced grid.Children.Add() with grid.Add()

* Edit.

* Attached properties doc'd.

* Fix image links

* Two more examples.

* Resize images.

* Another example.

* Edits.

* Edit.

* Margin and padding.

* Resized image.

* Edit.

* Edit.

* Choose a layout doc.

* Link fixes.

* Edit.

* Added HSL + VSL.

* Edits.

* TOC edits.

* Edit.

* Edits.

* Edit.

* Remove margin and padding doc.

* Edits.

* Add preview note.

* Edit.

Co-authored-by: Andy (Steve) De George <67293991+adegeo@users.noreply.github.com>
Co-authored-by: Eilon Lipton <Eilon@users.noreply.github.com>
Co-authored-by: sashi <82739042+sashi0034@users.noreply.github.com>
Co-authored-by: Rachel Kang <rachelkang@microsoft.com>
davidbritch added a commit that referenced this pull request Jan 14, 2022
* First draft.

* Edit.

* Edit.

* Edit.

* Edit.

* Edit.

* Edit pass.

* Layout docs (#248)

* Splash screen (#232)

* Splash screens.

* Edits.

* Edits.

* Edit.

* Update docs/user-interface/splashscreen.md

Co-authored-by: Andy (Steve) De George <67293991+adegeo@users.noreply.github.com>

* Feedback incorporated.

* Edits.

* File rename.

* Feedback incorporated.

* Fix image link.

* Delete image.

* Feedback incorporated.

Co-authored-by: Andy (Steve) De George <67293991+adegeo@users.noreply.github.com>

* BlazorWebView (#231)

* Initial content.

* Fixed image link.

* Edits.

* Edit.

* Update docs/user-interface/controls/blazorwebview.md

Co-authored-by: Eilon Lipton <Eilon@users.noreply.github.com>

* Update docs/user-interface/controls/blazorwebview.md

Co-authored-by: Eilon Lipton <Eilon@users.noreply.github.com>

* Update docs/user-interface/controls/blazorwebview.md

Co-authored-by: Eilon Lipton <Eilon@users.noreply.github.com>

* Mac Catalyst -> macOS

* Use media folder.

* Feedback incorporated.

* TOC updated.

* Add preview note.

* Edit.

* Update docs/user-interface/controls/blazorwebview.md

Co-authored-by: Eilon Lipton <Eilon@users.noreply.github.com>

* Feedback incorporated.

Co-authored-by: Eilon Lipton <Eilon@users.noreply.github.com>

* Multi-targeting (#222)

* Configure multi-targeting doc.

* Fix image link.

* Edits.

* Edit.

* Edit.

* Edit.

* Edit.

* Invoking platform code (#221)

* Invoke platform code.

* Add to TOC.

* Image resize.

* Edit.

* Edits.

* Back parenthesis (#230)

Fixes the missing back parenthesis.

Co-authored-by: sashi <82739042+sashi0034@users.noreply.github.com>

* Edit.

* Border control (#223)

* Border doc.

* Edits.

* Use media folder.

* Back parenthesis (#230)

Fixes the missing back parenthesis.

* Feedback incorporated.

* Image cropped.

* Edit.

* Add Border to TOC.

* TOC updated.

Co-authored-by: sashi <82739042+sashi0034@users.noreply.github.com>

* Shadow (#224)

* Shadow control.

* Edits.

* Use media folder.

* Back parenthesis (#230)

Fixes the missing back parenthesis.

* Feedback incorporated.

* TOC fixed.

* Edit.

Co-authored-by: sashi <82739042+sashi0034@users.noreply.github.com>

* Remove native.

* Accessibility (#225)

* Initial content.

* Edits.

* Fix heading.

* Heading edit.

* Back parenthesis (#230)

Fixes the missing back parenthesis.

* Update docs/fundamentals/accessibility.md

Co-authored-by: Rachel Kang <rachelkang@microsoft.com>

* Update docs/fundamentals/accessibility.md

Co-authored-by: Rachel Kang <rachelkang@microsoft.com>

* Update docs/fundamentals/accessibility.md

Co-authored-by: Rachel Kang <rachelkang@microsoft.com>

* Update docs/fundamentals/accessibility.md

Co-authored-by: Rachel Kang <rachelkang@microsoft.com>

* Update docs/fundamentals/accessibility.md

Co-authored-by: Rachel Kang <rachelkang@microsoft.com>

* Update docs/fundamentals/accessibility.md

Co-authored-by: Rachel Kang <rachelkang@microsoft.com>

* Update docs/fundamentals/accessibility.md

Co-authored-by: Rachel Kang <rachelkang@microsoft.com>

* Update docs/fundamentals/accessibility.md

Co-authored-by: Rachel Kang <rachelkang@microsoft.com>

* Accessibility checklist added.

* Fix linting error.

* Update docs/fundamentals/accessibility.md

Co-authored-by: Rachel Kang <rachelkang@microsoft.com>

* More feedback incorporated.

* Feedback incorporated.

* Add to TOC.

Co-authored-by: sashi <82739042+sashi0034@users.noreply.github.com>
Co-authored-by: Rachel Kang <rachelkang@microsoft.com>

* GraphicsView and Maui.Graphics (#241)

* Maui.Graphics: Paint

* Build fixes.

* TOC update.

* Resize images.

* Disable borders.

* Edit.

* GraphicsView.

* Update TOC/index.

* Edit.

* Draw objects: Line and ellipse.

* Resized images.

* Rectangle, rounded rectangle, arc.

* Image resizing.

* Edits.

* Paths, shadow, line cap, line join, dashed objects.

* More drawing methods.

* Resized images.

* Replaced image.

* Image edit.

* Pattern paint.

* Edits.

* Image paint.

* Image link fixed.

* Edit.

* Edits.

* Transforms.

* Edit.

* Affine transforms.

* Edits.

* Path updates.

* Winding modes.

* Edits.

* Draw with fill and stroke.

* Corrections.

* Better use of dirtyRect.

* Explanatory text.

* Edit.

* Differentiate from shapes/brushes.

* Blend modes (WIP).

* Porter-duff blend modes.

* Edits.

* Image edit.

* Images.

* Sample link placeholders inserted.

* Images doc added to TOC.

* Edits.

* Removed 2D.

* Edits.

* Link fixed.

* Acrolinx edits.

* Title suffix for Maui.Graphics.

* Revert "Title suffix for Maui.Graphics."

This reverts commit df4de77.

* Fixed alt-text.

* Fixed usage of .NET MAUI acronym.

* Linting errors fixed.

* Remove .NET MAUI from H1s.

* Remove suffix from metadata.

* Stop calling .NET MAUI graphics a library.

* Colors.

* Edit.

* Edits.

* Fix lint error.

* Use media folders.

* Back parenthesis (#230)

Fixes the missing back parenthesis.

* Add searchScope. (#235)

* Re-org paint content.

* More content re-org.

* Links fixed.

* Edits.

* Edits.

* Edits.

* Edit.

Co-authored-by: sashi <82739042+sashi0034@users.noreply.github.com>

* Edits.

* Edits.

* Update index.

* HorizontalStackLayout and VerticalStackLayout (#228)

* Horizontal and Vertical StackLayout.

* Edit.

* Edit.

* Edit.

* Edits.

* VerticalStackLayout updates.

* HorizontalStackLayout updates.

* Fix linting errors.

* Edits.

* Edit.

* Edit.

* Feedback incorporated.

* Christmas docs (#242)

* Splash screen (#232)

* Splash screens.

* Edits.

* Edits.

* Edit.

* Update docs/user-interface/splashscreen.md

Co-authored-by: Andy (Steve) De George <67293991+adegeo@users.noreply.github.com>

* Feedback incorporated.

* Edits.

* File rename.

* Feedback incorporated.

* Fix image link.

* Delete image.

* Feedback incorporated.

Co-authored-by: Andy (Steve) De George <67293991+adegeo@users.noreply.github.com>

* BlazorWebView (#231)

* Initial content.

* Fixed image link.

* Edits.

* Edit.

* Update docs/user-interface/controls/blazorwebview.md

Co-authored-by: Eilon Lipton <Eilon@users.noreply.github.com>

* Update docs/user-interface/controls/blazorwebview.md

Co-authored-by: Eilon Lipton <Eilon@users.noreply.github.com>

* Update docs/user-interface/controls/blazorwebview.md

Co-authored-by: Eilon Lipton <Eilon@users.noreply.github.com>

* Mac Catalyst -> macOS

* Use media folder.

* Feedback incorporated.

* TOC updated.

* Add preview note.

* Edit.

* Update docs/user-interface/controls/blazorwebview.md

Co-authored-by: Eilon Lipton <Eilon@users.noreply.github.com>

* Feedback incorporated.

Co-authored-by: Eilon Lipton <Eilon@users.noreply.github.com>

* Multi-targeting (#222)

* Configure multi-targeting doc.

* Fix image link.

* Edits.

* Edit.

* Edit.

* Edit.

* Edit.

* Invoking platform code (#221)

* Invoke platform code.

* Add to TOC.

* Image resize.

* Edit.

* Edits.

* Back parenthesis (#230)

Fixes the missing back parenthesis.

Co-authored-by: sashi <82739042+sashi0034@users.noreply.github.com>

* Edit.

* Border control (#223)

* Border doc.

* Edits.

* Use media folder.

* Back parenthesis (#230)

Fixes the missing back parenthesis.

* Feedback incorporated.

* Image cropped.

* Edit.

* Add Border to TOC.

* TOC updated.

Co-authored-by: sashi <82739042+sashi0034@users.noreply.github.com>

* Shadow (#224)

* Shadow control.

* Edits.

* Use media folder.

* Back parenthesis (#230)

Fixes the missing back parenthesis.

* Feedback incorporated.

* TOC fixed.

* Edit.

Co-authored-by: sashi <82739042+sashi0034@users.noreply.github.com>

* Remove native.

* Accessibility (#225)

* Initial content.

* Edits.

* Fix heading.

* Heading edit.

* Back parenthesis (#230)

Fixes the missing back parenthesis.

* Update docs/fundamentals/accessibility.md

Co-authored-by: Rachel Kang <rachelkang@microsoft.com>

* Update docs/fundamentals/accessibility.md

Co-authored-by: Rachel Kang <rachelkang@microsoft.com>

* Update docs/fundamentals/accessibility.md

Co-authored-by: Rachel Kang <rachelkang@microsoft.com>

* Update docs/fundamentals/accessibility.md

Co-authored-by: Rachel Kang <rachelkang@microsoft.com>

* Update docs/fundamentals/accessibility.md

Co-authored-by: Rachel Kang <rachelkang@microsoft.com>

* Update docs/fundamentals/accessibility.md

Co-authored-by: Rachel Kang <rachelkang@microsoft.com>

* Update docs/fundamentals/accessibility.md

Co-authored-by: Rachel Kang <rachelkang@microsoft.com>

* Update docs/fundamentals/accessibility.md

Co-authored-by: Rachel Kang <rachelkang@microsoft.com>

* Accessibility checklist added.

* Fix linting error.

* Update docs/fundamentals/accessibility.md

Co-authored-by: Rachel Kang <rachelkang@microsoft.com>

* More feedback incorporated.

* Feedback incorporated.

* Add to TOC.

Co-authored-by: sashi <82739042+sashi0034@users.noreply.github.com>
Co-authored-by: Rachel Kang <rachelkang@microsoft.com>

* GraphicsView and Maui.Graphics (#241)

* Maui.Graphics: Paint

* Build fixes.

* TOC update.

* Resize images.

* Disable borders.

* Edit.

* GraphicsView.

* Update TOC/index.

* Edit.

* Draw objects: Line and ellipse.

* Resized images.

* Rectangle, rounded rectangle, arc.

* Image resizing.

* Edits.

* Paths, shadow, line cap, line join, dashed objects.

* More drawing methods.

* Resized images.

* Replaced image.

* Image edit.

* Pattern paint.

* Edits.

* Image paint.

* Image link fixed.

* Edit.

* Edits.

* Transforms.

* Edit.

* Affine transforms.

* Edits.

* Path updates.

* Winding modes.

* Edits.

* Draw with fill and stroke.

* Corrections.

* Better use of dirtyRect.

* Explanatory text.

* Edit.

* Differentiate from shapes/brushes.

* Blend modes (WIP).

* Porter-duff blend modes.

* Edits.

* Image edit.

* Images.

* Sample link placeholders inserted.

* Images doc added to TOC.

* Edits.

* Removed 2D.

* Edits.

* Link fixed.

* Acrolinx edits.

* Title suffix for Maui.Graphics.

* Revert "Title suffix for Maui.Graphics."

This reverts commit df4de77.

* Fixed alt-text.

* Fixed usage of .NET MAUI acronym.

* Linting errors fixed.

* Remove .NET MAUI from H1s.

* Remove suffix from metadata.

* Stop calling .NET MAUI graphics a library.

* Colors.

* Edit.

* Edits.

* Fix lint error.

* Use media folders.

* Back parenthesis (#230)

Fixes the missing back parenthesis.

* Add searchScope. (#235)

* Re-org paint content.

* More content re-org.

* Links fixed.

* Edits.

* Edits.

* Edits.

* Edit.

Co-authored-by: sashi <82739042+sashi0034@users.noreply.github.com>

* Edits.

* Edits.

* Update index.

Co-authored-by: Andy (Steve) De George <67293991+adegeo@users.noreply.github.com>
Co-authored-by: Eilon Lipton <Eilon@users.noreply.github.com>
Co-authored-by: sashi <82739042+sashi0034@users.noreply.github.com>
Co-authored-by: Rachel Kang <rachelkang@microsoft.com>

* Remove Children property info.

* Add new layouts to TOC.

Co-authored-by: Andy (Steve) De George <67293991+adegeo@users.noreply.github.com>
Co-authored-by: Eilon Lipton <Eilon@users.noreply.github.com>
Co-authored-by: sashi <82739042+sashi0034@users.noreply.github.com>
Co-authored-by: Rachel Kang <rachelkang@microsoft.com>

* Layouts (#247)

* AbsoluteLayout

* Grid and StackLayout docs

* Edit.

* Edit.

* Edit.

* Edits.

* Initial FlexLayout content.

* Edits.

* Edit.

* H2 change.

* C# syntax changed

stackLayout.Children.Add() replaced with stackLayout.Add()

* C# syntax updated

Replaced grid.Children.Add() with grid.Add()

* Edit.

* Attached properties doc'd.

* Fix image links

* Two more examples.

* Resize images.

* Another example.

* Edits.

* Edit.

* Margin and padding.

* Resized image.

* Edit.

* Edit.

* Choose a layout doc.

* Link fixes.

* Edit.

* Added HSL + VSL.

* Edits.

* TOC edits.

* Edit.

* Edits.

* Edit.

* Remove margin and padding doc.

* Edits.

* Add preview note.

* Edit.

Co-authored-by: Andy (Steve) De George <67293991+adegeo@users.noreply.github.com>
Co-authored-by: Eilon Lipton <Eilon@users.noreply.github.com>
Co-authored-by: sashi <82739042+sashi0034@users.noreply.github.com>
Co-authored-by: Rachel Kang <rachelkang@microsoft.com>

* Edits. (#249)

* Edit. (#250)

* Remove implicit usings. (#251)

* Typo fix. (#252)

* AffineTransform class replaced by Matrix3x2 struct. (#255)

* Feedback incorporated.

Removed CSS references.

* Link fixed.

* Edit.

Co-authored-by: Andy (Steve) De George <67293991+adegeo@users.noreply.github.com>
Co-authored-by: Eilon Lipton <Eilon@users.noreply.github.com>
Co-authored-by: sashi <82739042+sashi0034@users.noreply.github.com>
Co-authored-by: Rachel Kang <rachelkang@microsoft.com>
davidbritch added a commit that referenced this pull request Jan 14, 2022
* Splash screen (#232)

* Splash screens.

* Edits.

* Edits.

* Edit.

* Update docs/user-interface/splashscreen.md

Co-authored-by: Andy (Steve) De George <67293991+adegeo@users.noreply.github.com>

* Feedback incorporated.

* Edits.

* File rename.

* Feedback incorporated.

* Fix image link.

* Delete image.

* Feedback incorporated.

Co-authored-by: Andy (Steve) De George <67293991+adegeo@users.noreply.github.com>

* BlazorWebView (#231)

* Initial content.

* Fixed image link.

* Edits.

* Edit.

* Update docs/user-interface/controls/blazorwebview.md

Co-authored-by: Eilon Lipton <Eilon@users.noreply.github.com>

* Update docs/user-interface/controls/blazorwebview.md

Co-authored-by: Eilon Lipton <Eilon@users.noreply.github.com>

* Update docs/user-interface/controls/blazorwebview.md

Co-authored-by: Eilon Lipton <Eilon@users.noreply.github.com>

* Mac Catalyst -> macOS

* Use media folder.

* Feedback incorporated.

* TOC updated.

* Add preview note.

* Edit.

* Update docs/user-interface/controls/blazorwebview.md

Co-authored-by: Eilon Lipton <Eilon@users.noreply.github.com>

* Feedback incorporated.

Co-authored-by: Eilon Lipton <Eilon@users.noreply.github.com>

* Multi-targeting (#222)

* Configure multi-targeting doc.

* Fix image link.

* Edits.

* Edit.

* Edit.

* Edit.

* Edit.

* Invoking platform code (#221)

* Invoke platform code.

* Add to TOC.

* Image resize.

* Edit.

* Edits.

* Back parenthesis (#230)

Fixes the missing back parenthesis.

Co-authored-by: sashi <82739042+sashi0034@users.noreply.github.com>

* Edit.

* Border control (#223)

* Border doc.

* Edits.

* Use media folder.

* Back parenthesis (#230)

Fixes the missing back parenthesis.

* Feedback incorporated.

* Image cropped.

* Edit.

* Add Border to TOC.

* TOC updated.

Co-authored-by: sashi <82739042+sashi0034@users.noreply.github.com>

* Shadow (#224)

* Shadow control.

* Edits.

* Use media folder.

* Back parenthesis (#230)

Fixes the missing back parenthesis.

* Feedback incorporated.

* TOC fixed.

* Edit.

Co-authored-by: sashi <82739042+sashi0034@users.noreply.github.com>

* Remove native.

* Accessibility (#225)

* Initial content.

* Edits.

* Fix heading.

* Heading edit.

* Back parenthesis (#230)

Fixes the missing back parenthesis.

* Update docs/fundamentals/accessibility.md

Co-authored-by: Rachel Kang <rachelkang@microsoft.com>

* Update docs/fundamentals/accessibility.md

Co-authored-by: Rachel Kang <rachelkang@microsoft.com>

* Update docs/fundamentals/accessibility.md

Co-authored-by: Rachel Kang <rachelkang@microsoft.com>

* Update docs/fundamentals/accessibility.md

Co-authored-by: Rachel Kang <rachelkang@microsoft.com>

* Update docs/fundamentals/accessibility.md

Co-authored-by: Rachel Kang <rachelkang@microsoft.com>

* Update docs/fundamentals/accessibility.md

Co-authored-by: Rachel Kang <rachelkang@microsoft.com>

* Update docs/fundamentals/accessibility.md

Co-authored-by: Rachel Kang <rachelkang@microsoft.com>

* Update docs/fundamentals/accessibility.md

Co-authored-by: Rachel Kang <rachelkang@microsoft.com>

* Accessibility checklist added.

* Fix linting error.

* Update docs/fundamentals/accessibility.md

Co-authored-by: Rachel Kang <rachelkang@microsoft.com>

* More feedback incorporated.

* Feedback incorporated.

* Add to TOC.

Co-authored-by: sashi <82739042+sashi0034@users.noreply.github.com>
Co-authored-by: Rachel Kang <rachelkang@microsoft.com>

* GraphicsView and Maui.Graphics (#241)

* Maui.Graphics: Paint

* Build fixes.

* TOC update.

* Resize images.

* Disable borders.

* Edit.

* GraphicsView.

* Update TOC/index.

* Edit.

* Draw objects: Line and ellipse.

* Resized images.

* Rectangle, rounded rectangle, arc.

* Image resizing.

* Edits.

* Paths, shadow, line cap, line join, dashed objects.

* More drawing methods.

* Resized images.

* Replaced image.

* Image edit.

* Pattern paint.

* Edits.

* Image paint.

* Image link fixed.

* Edit.

* Edits.

* Transforms.

* Edit.

* Affine transforms.

* Edits.

* Path updates.

* Winding modes.

* Edits.

* Draw with fill and stroke.

* Corrections.

* Better use of dirtyRect.

* Explanatory text.

* Edit.

* Differentiate from shapes/brushes.

* Blend modes (WIP).

* Porter-duff blend modes.

* Edits.

* Image edit.

* Images.

* Sample link placeholders inserted.

* Images doc added to TOC.

* Edits.

* Removed 2D.

* Edits.

* Link fixed.

* Acrolinx edits.

* Title suffix for Maui.Graphics.

* Revert "Title suffix for Maui.Graphics."

This reverts commit df4de77.

* Fixed alt-text.

* Fixed usage of .NET MAUI acronym.

* Linting errors fixed.

* Remove .NET MAUI from H1s.

* Remove suffix from metadata.

* Stop calling .NET MAUI graphics a library.

* Colors.

* Edit.

* Edits.

* Fix lint error.

* Use media folders.

* Back parenthesis (#230)

Fixes the missing back parenthesis.

* Add searchScope. (#235)

* Re-org paint content.

* More content re-org.

* Links fixed.

* Edits.

* Edits.

* Edits.

* Edit.

Co-authored-by: sashi <82739042+sashi0034@users.noreply.github.com>

* Edits.

* Edits.

* Update index.

* HorizontalStackLayout and VerticalStackLayout (#228)

* Horizontal and Vertical StackLayout.

* Edit.

* Edit.

* Edit.

* Edits.

* VerticalStackLayout updates.

* HorizontalStackLayout updates.

* Fix linting errors.

* Edits.

* Edit.

* Edit.

* Feedback incorporated.

* Christmas docs (#242)

* Splash screen (#232)

* Splash screens.

* Edits.

* Edits.

* Edit.

* Update docs/user-interface/splashscreen.md

Co-authored-by: Andy (Steve) De George <67293991+adegeo@users.noreply.github.com>

* Feedback incorporated.

* Edits.

* File rename.

* Feedback incorporated.

* Fix image link.

* Delete image.

* Feedback incorporated.

Co-authored-by: Andy (Steve) De George <67293991+adegeo@users.noreply.github.com>

* BlazorWebView (#231)

* Initial content.

* Fixed image link.

* Edits.

* Edit.

* Update docs/user-interface/controls/blazorwebview.md

Co-authored-by: Eilon Lipton <Eilon@users.noreply.github.com>

* Update docs/user-interface/controls/blazorwebview.md

Co-authored-by: Eilon Lipton <Eilon@users.noreply.github.com>

* Update docs/user-interface/controls/blazorwebview.md

Co-authored-by: Eilon Lipton <Eilon@users.noreply.github.com>

* Mac Catalyst -> macOS

* Use media folder.

* Feedback incorporated.

* TOC updated.

* Add preview note.

* Edit.

* Update docs/user-interface/controls/blazorwebview.md

Co-authored-by: Eilon Lipton <Eilon@users.noreply.github.com>

* Feedback incorporated.

Co-authored-by: Eilon Lipton <Eilon@users.noreply.github.com>

* Multi-targeting (#222)

* Configure multi-targeting doc.

* Fix image link.

* Edits.

* Edit.

* Edit.

* Edit.

* Edit.

* Invoking platform code (#221)

* Invoke platform code.

* Add to TOC.

* Image resize.

* Edit.

* Edits.

* Back parenthesis (#230)

Fixes the missing back parenthesis.

Co-authored-by: sashi <82739042+sashi0034@users.noreply.github.com>

* Edit.

* Border control (#223)

* Border doc.

* Edits.

* Use media folder.

* Back parenthesis (#230)

Fixes the missing back parenthesis.

* Feedback incorporated.

* Image cropped.

* Edit.

* Add Border to TOC.

* TOC updated.

Co-authored-by: sashi <82739042+sashi0034@users.noreply.github.com>

* Shadow (#224)

* Shadow control.

* Edits.

* Use media folder.

* Back parenthesis (#230)

Fixes the missing back parenthesis.

* Feedback incorporated.

* TOC fixed.

* Edit.

Co-authored-by: sashi <82739042+sashi0034@users.noreply.github.com>

* Remove native.

* Accessibility (#225)

* Initial content.

* Edits.

* Fix heading.

* Heading edit.

* Back parenthesis (#230)

Fixes the missing back parenthesis.

* Update docs/fundamentals/accessibility.md

Co-authored-by: Rachel Kang <rachelkang@microsoft.com>

* Update docs/fundamentals/accessibility.md

Co-authored-by: Rachel Kang <rachelkang@microsoft.com>

* Update docs/fundamentals/accessibility.md

Co-authored-by: Rachel Kang <rachelkang@microsoft.com>

* Update docs/fundamentals/accessibility.md

Co-authored-by: Rachel Kang <rachelkang@microsoft.com>

* Update docs/fundamentals/accessibility.md

Co-authored-by: Rachel Kang <rachelkang@microsoft.com>

* Update docs/fundamentals/accessibility.md

Co-authored-by: Rachel Kang <rachelkang@microsoft.com>

* Update docs/fundamentals/accessibility.md

Co-authored-by: Rachel Kang <rachelkang@microsoft.com>

* Update docs/fundamentals/accessibility.md

Co-authored-by: Rachel Kang <rachelkang@microsoft.com>

* Accessibility checklist added.

* Fix linting error.

* Update docs/fundamentals/accessibility.md

Co-authored-by: Rachel Kang <rachelkang@microsoft.com>

* More feedback incorporated.

* Feedback incorporated.

* Add to TOC.

Co-authored-by: sashi <82739042+sashi0034@users.noreply.github.com>
Co-authored-by: Rachel Kang <rachelkang@microsoft.com>

* GraphicsView and Maui.Graphics (#241)

* Maui.Graphics: Paint

* Build fixes.

* TOC update.

* Resize images.

* Disable borders.

* Edit.

* GraphicsView.

* Update TOC/index.

* Edit.

* Draw objects: Line and ellipse.

* Resized images.

* Rectangle, rounded rectangle, arc.

* Image resizing.

* Edits.

* Paths, shadow, line cap, line join, dashed objects.

* More drawing methods.

* Resized images.

* Replaced image.

* Image edit.

* Pattern paint.

* Edits.

* Image paint.

* Image link fixed.

* Edit.

* Edits.

* Transforms.

* Edit.

* Affine transforms.

* Edits.

* Path updates.

* Winding modes.

* Edits.

* Draw with fill and stroke.

* Corrections.

* Better use of dirtyRect.

* Explanatory text.

* Edit.

* Differentiate from shapes/brushes.

* Blend modes (WIP).

* Porter-duff blend modes.

* Edits.

* Image edit.

* Images.

* Sample link placeholders inserted.

* Images doc added to TOC.

* Edits.

* Removed 2D.

* Edits.

* Link fixed.

* Acrolinx edits.

* Title suffix for Maui.Graphics.

* Revert "Title suffix for Maui.Graphics."

This reverts commit df4de77.

* Fixed alt-text.

* Fixed usage of .NET MAUI acronym.

* Linting errors fixed.

* Remove .NET MAUI from H1s.

* Remove suffix from metadata.

* Stop calling .NET MAUI graphics a library.

* Colors.

* Edit.

* Edits.

* Fix lint error.

* Use media folders.

* Back parenthesis (#230)

Fixes the missing back parenthesis.

* Add searchScope. (#235)

* Re-org paint content.

* More content re-org.

* Links fixed.

* Edits.

* Edits.

* Edits.

* Edit.

Co-authored-by: sashi <82739042+sashi0034@users.noreply.github.com>

* Edits.

* Edits.

* Update index.

Co-authored-by: Andy (Steve) De George <67293991+adegeo@users.noreply.github.com>
Co-authored-by: Eilon Lipton <Eilon@users.noreply.github.com>
Co-authored-by: sashi <82739042+sashi0034@users.noreply.github.com>
Co-authored-by: Rachel Kang <rachelkang@microsoft.com>

* Remove Children property info.

* Add new layouts to TOC.

Co-authored-by: Andy (Steve) De George <67293991+adegeo@users.noreply.github.com>
Co-authored-by: Eilon Lipton <Eilon@users.noreply.github.com>
Co-authored-by: sashi <82739042+sashi0034@users.noreply.github.com>
Co-authored-by: Rachel Kang <rachelkang@microsoft.com>

* Layouts (#247)

* AbsoluteLayout

* Grid and StackLayout docs

* Edit.

* Edit.

* Edit.

* Edits.

* Initial FlexLayout content.

* Edits.

* Edit.

* H2 change.

* C# syntax changed

stackLayout.Children.Add() replaced with stackLayout.Add()

* C# syntax updated

Replaced grid.Children.Add() with grid.Add()

* Edit.

* Attached properties doc'd.

* Fix image links

* Two more examples.

* Resize images.

* Another example.

* Edits.

* Edit.

* Margin and padding.

* Resized image.

* Edit.

* Edit.

* Choose a layout doc.

* Link fixes.

* Edit.

* Added HSL + VSL.

* Edits.

* TOC edits.

* Edit.

* Edits.

* Edit.

* Remove margin and padding doc.

* Edits.

* Add preview note.

* Edit.

* App icons (#219)

* App icons doc.

* Edits.

* Edit.

* Single project (#220)

* First draft.

* Edit.

* Edit.

* Edit.

* Edit.

* Edit.

* Edit pass.

* Layout docs (#248)

* Splash screen (#232)

* Splash screens.

* Edits.

* Edits.

* Edit.

* Update docs/user-interface/splashscreen.md

Co-authored-by: Andy (Steve) De George <67293991+adegeo@users.noreply.github.com>

* Feedback incorporated.

* Edits.

* File rename.

* Feedback incorporated.

* Fix image link.

* Delete image.

* Feedback incorporated.

Co-authored-by: Andy (Steve) De George <67293991+adegeo@users.noreply.github.com>

* BlazorWebView (#231)

* Initial content.

* Fixed image link.

* Edits.

* Edit.

* Update docs/user-interface/controls/blazorwebview.md

Co-authored-by: Eilon Lipton <Eilon@users.noreply.github.com>

* Update docs/user-interface/controls/blazorwebview.md

Co-authored-by: Eilon Lipton <Eilon@users.noreply.github.com>

* Update docs/user-interface/controls/blazorwebview.md

Co-authored-by: Eilon Lipton <Eilon@users.noreply.github.com>

* Mac Catalyst -> macOS

* Use media folder.

* Feedback incorporated.

* TOC updated.

* Add preview note.

* Edit.

* Update docs/user-interface/controls/blazorwebview.md

Co-authored-by: Eilon Lipton <Eilon@users.noreply.github.com>

* Feedback incorporated.

Co-authored-by: Eilon Lipton <Eilon@users.noreply.github.com>

* Multi-targeting (#222)

* Configure multi-targeting doc.

* Fix image link.

* Edits.

* Edit.

* Edit.

* Edit.

* Edit.

* Invoking platform code (#221)

* Invoke platform code.

* Add to TOC.

* Image resize.

* Edit.

* Edits.

* Back parenthesis (#230)

Fixes the missing back parenthesis.

Co-authored-by: sashi <82739042+sashi0034@users.noreply.github.com>

* Edit.

* Border control (#223)

* Border doc.

* Edits.

* Use media folder.

* Back parenthesis (#230)

Fixes the missing back parenthesis.

* Feedback incorporated.

* Image cropped.

* Edit.

* Add Border to TOC.

* TOC updated.

Co-authored-by: sashi <82739042+sashi0034@users.noreply.github.com>

* Shadow (#224)

* Shadow control.

* Edits.

* Use media folder.

* Back parenthesis (#230)

Fixes the missing back parenthesis.

* Feedback incorporated.

* TOC fixed.

* Edit.

Co-authored-by: sashi <82739042+sashi0034@users.noreply.github.com>

* Remove native.

* Accessibility (#225)

* Initial content.

* Edits.

* Fix heading.

* Heading edit.

* Back parenthesis (#230)

Fixes the missing back parenthesis.

* Update docs/fundamentals/accessibility.md

Co-authored-by: Rachel Kang <rachelkang@microsoft.com>

* Update docs/fundamentals/accessibility.md

Co-authored-by: Rachel Kang <rachelkang@microsoft.com>

* Update docs/fundamentals/accessibility.md

Co-authored-by: Rachel Kang <rachelkang@microsoft.com>

* Update docs/fundamentals/accessibility.md

Co-authored-by: Rachel Kang <rachelkang@microsoft.com>

* Update docs/fundamentals/accessibility.md

Co-authored-by: Rachel Kang <rachelkang@microsoft.com>

* Update docs/fundamentals/accessibility.md

Co-authored-by: Rachel Kang <rachelkang@microsoft.com>

* Update docs/fundamentals/accessibility.md

Co-authored-by: Rachel Kang <rachelkang@microsoft.com>

* Update docs/fundamentals/accessibility.md

Co-authored-by: Rachel Kang <rachelkang@microsoft.com>

* Accessibility checklist added.

* Fix linting error.

* Update docs/fundamentals/accessibility.md

Co-authored-by: Rachel Kang <rachelkang@microsoft.com>

* More feedback incorporated.

* Feedback incorporated.

* Add to TOC.

Co-authored-by: sashi <82739042+sashi0034@users.noreply.github.com>
Co-authored-by: Rachel Kang <rachelkang@microsoft.com>

* GraphicsView and Maui.Graphics (#241)

* Maui.Graphics: Paint

* Build fixes.

* TOC update.

* Resize images.

* Disable borders.

* Edit.

* GraphicsView.

* Update TOC/index.

* Edit.

* Draw objects: Line and ellipse.

* Resized images.

* Rectangle, rounded rectangle, arc.

* Image resizing.

* Edits.

* Paths, shadow, line cap, line join, dashed objects.

* More drawing methods.

* Resized images.

* Replaced image.

* Image edit.

* Pattern paint.

* Edits.

* Image paint.

* Image link fixed.

* Edit.

* Edits.

* Transforms.

* Edit.

* Affine transforms.

* Edits.

* Path updates.

* Winding modes.

* Edits.

* Draw with fill and stroke.

* Corrections.

* Better use of dirtyRect.

* Explanatory text.

* Edit.

* Differentiate from shapes/brushes.

* Blend modes (WIP).

* Porter-duff blend modes.

* Edits.

* Image edit.

* Images.

* Sample link placeholders inserted.

* Images doc added to TOC.

* Edits.

* Removed 2D.

* Edits.

* Link fixed.

* Acrolinx edits.

* Title suffix for Maui.Graphics.

* Revert "Title suffix for Maui.Graphics."

This reverts commit df4de77.

* Fixed alt-text.

* Fixed usage of .NET MAUI acronym.

* Linting errors fixed.

* Remove .NET MAUI from H1s.

* Remove suffix from metadata.

* Stop calling .NET MAUI graphics a library.

* Colors.

* Edit.

* Edits.

* Fix lint error.

* Use media folders.

* Back parenthesis (#230)

Fixes the missing back parenthesis.

* Add searchScope. (#235)

* Re-org paint content.

* More content re-org.

* Links fixed.

* Edits.

* Edits.

* Edits.

* Edit.

Co-authored-by: sashi <82739042+sashi0034@users.noreply.github.com>

* Edits.

* Edits.

* Update index.

* HorizontalStackLayout and VerticalStackLayout (#228)

* Horizontal and Vertical StackLayout.

* Edit.

* Edit.

* Edit.

* Edits.

* VerticalStackLayout updates.

* HorizontalStackLayout updates.

* Fix linting errors.

* Edits.

* Edit.

* Edit.

* Feedback incorporated.

* Christmas docs (#242)

* Splash screen (#232)

* Splash screens.

* Edits.

* Edits.

* Edit.

* Update docs/user-interface/splashscreen.md

Co-authored-by: Andy (Steve) De George <67293991+adegeo@users.noreply.github.com>

* Feedback incorporated.

* Edits.

* File rename.

* Feedback incorporated.

* Fix image link.

* Delete image.

* Feedback incorporated.

Co-authored-by: Andy (Steve) De George <67293991+adegeo@users.noreply.github.com>

* BlazorWebView (#231)

* Initial content.

* Fixed image link.

* Edits.

* Edit.

* Update docs/user-interface/controls/blazorwebview.md

Co-authored-by: Eilon Lipton <Eilon@users.noreply.github.com>

* Update docs/user-interface/controls/blazorwebview.md

Co-authored-by: Eilon Lipton <Eilon@users.noreply.github.com>

* Update docs/user-interface/controls/blazorwebview.md

Co-authored-by: Eilon Lipton <Eilon@users.noreply.github.com>

* Mac Catalyst -> macOS

* Use media folder.

* Feedback incorporated.

* TOC updated.

* Add preview note.

* Edit.

* Update docs/user-interface/controls/blazorwebview.md

Co-authored-by: Eilon Lipton <Eilon@users.noreply.github.com>

* Feedback incorporated.

Co-authored-by: Eilon Lipton <Eilon@users.noreply.github.com>

* Multi-targeting (#222)

* Configure multi-targeting doc.

* Fix image link.

* Edits.

* Edit.

* Edit.

* Edit.

* Edit.

* Invoking platform code (#221)

* Invoke platform code.

* Add to TOC.

* Image resize.

* Edit.

* Edits.

* Back parenthesis (#230)

Fixes the missing back parenthesis.

Co-authored-by: sashi <82739042+sashi0034@users.noreply.github.com>

* Edit.

* Border control (#223)

* Border doc.

* Edits.

* Use media folder.

* Back parenthesis (#230)

Fixes the missing back parenthesis.

* Feedback incorporated.

* Image cropped.

* Edit.

* Add Border to TOC.

* TOC updated.

Co-authored-by: sashi <82739042+sashi0034@users.noreply.github.com>

* Shadow (#224)

* Shadow control.

* Edits.

* Use media folder.

* Back parenthesis (#230)

Fixes the missing back parenthesis.

* Feedback incorporated.

* TOC fixed.

* Edit.

Co-authored-by: sashi <82739042+sashi0034@users.noreply.github.com>

* Remove native.

* Accessibility (#225)

* Initial content.

* Edits.

* Fix heading.

* Heading edit.

* Back parenthesis (#230)

Fixes the missing back parenthesis.

* Update docs/fundamentals/accessibility.md

Co-authored-by: Rachel Kang <rachelkang@microsoft.com>

* Update docs/fundamentals/accessibility.md

Co-authored-by: Rachel Kang <rachelkang@microsoft.com>

* Update docs/fundamentals/accessibility.md

Co-authored-by: Rachel Kang <rachelkang@microsoft.com>

* Update docs/fundamentals/accessibility.md

Co-authored-by: Rachel Kang <rachelkang@microsoft.com>

* Update docs/fundamentals/accessibility.md

Co-authored-by: Rachel Kang <rachelkang@microsoft.com>

* Update docs/fundamentals/accessibility.md

Co-authored-by: Rachel Kang <rachelkang@microsoft.com>

* Update docs/fundamentals/accessibility.md

Co-authored-by: Rachel Kang <rachelkang@microsoft.com>

* Update docs/fundamentals/accessibility.md

Co-authored-by: Rachel Kang <rachelkang@microsoft.com>

* Accessibility checklist added.

* Fix linting error.

* Update docs/fundamentals/accessibility.md

Co-authored-by: Rachel Kang <rachelkang@microsoft.com>

* More feedback incorporated.

* Feedback incorporated.

* Add to TOC.

Co-authored-by: sashi <82739042+sashi0034@users.noreply.github.com>
Co-authored-by: Rachel Kang <rachelkang@microsoft.com>

* GraphicsView and Maui.Graphics (#241)

* Maui.Graphics: Paint

* Build fixes.

* TOC update.

* Resize images.

* Disable borders.

* Edit.

* GraphicsView.

* Update TOC/index.

* Edit.

* Draw objects: Line and ellipse.

* Resized images.

* Rectangle, rounded rectangle, arc.

* Image resizing.

* Edits.

* Paths, shadow, line cap, line join, dashed objects.

* More drawing methods.

* Resized images.

* Replaced image.

* Image edit.

* Pattern paint.

* Edits.

* Image paint.

* Image link fixed.

* Edit.

* Edits.

* Transforms.

* Edit.

* Affine transforms.

* Edits.

* Path updates.

* Winding modes.

* Edits.

* Draw with fill and stroke.

* Corrections.

* Better use of dirtyRect.

* Explanatory text.

* Edit.

* Differentiate from shapes/brushes.

* Blend modes (WIP).

* Porter-duff blend modes.

* Edits.

* Image edit.

* Images.

* Sample link placeholders inserted.

* Images doc added to TOC.

* Edits.

* Removed 2D.

* Edits.

* Link fixed.

* Acrolinx edits.

* Title suffix for Maui.Graphics.

* Revert "Title suffix for Maui.Graphics."

This reverts commit df4de77.

* Fixed alt-text.

* Fixed usage of .NET MAUI acronym.

* Linting errors fixed.

* Remove .NET MAUI from H1s.

* Remove suffix from metadata.

* Stop calling .NET MAUI graphics a library.

* Colors.

* Edit.

* Edits.

* Fix lint error.

* Use media folders.

* Back parenthesis (#230)

Fixes the missing back parenthesis.

* Add searchScope. (#235)

* Re-org paint content.

* More content re-org.

* Links fixed.

* Edits.

* Edits.

* Edits.

* Edit.

Co-authored-by: sashi <82739042+sashi0034@users.noreply.github.com>

* Edits.

* Edits.

* Update index.

Co-authored-by: Andy (Steve) De George <67293991+adegeo@users.noreply.github.com>
Co-authored-by: Eilon Lipton <Eilon@users.noreply.github.com>
Co-authored-by: sashi <82739042+sashi0034@users.noreply.github.com>
Co-authored-by: Rachel Kang <rachelkang@microsoft.com>

* Remove Children property info.

* Add new layouts to TOC.

Co-authored-by: Andy (Steve) De George <67293991+adegeo@users.noreply.github.com>
Co-authored-by: Eilon Lipton <Eilon@users.noreply.github.com>
Co-authored-by: sashi <82739042+sashi0034@users.noreply.github.com>
Co-authored-by: Rachel Kang <rachelkang@microsoft.com>

* Layouts (#247)

* AbsoluteLayout

* Grid and StackLayout docs

* Edit.

* Edit.

* Edit.

* Edits.

* Initial FlexLayout content.

* Edits.

* Edit.

* H2 change.

* C# syntax changed

stackLayout.Children.Add() replaced with stackLayout.Add()

* C# syntax updated

Replaced grid.Children.Add() with grid.Add()

* Edit.

* Attached properties doc'd.

* Fix image links

* Two more examples.

* Resize images.

* Another example.

* Edits.

* Edit.

* Margin and padding.

* Resized image.

* Edit.

* Edit.

* Choose a layout doc.

* Link fixes.

* Edit.

* Added HSL + VSL.

* Edits.

* TOC edits.

* Edit.

* Edits.

* Edit.

* Remove margin and padding doc.

* Edits.

* Add preview note.

* Edit.

Co-authored-by: Andy (Steve) De George <67293991+adegeo@users.noreply.github.com>
Co-authored-by: Eilon Lipton <Eilon@users.noreply.github.com>
Co-authored-by: sashi <82739042+sashi0034@users.noreply.github.com>
Co-authored-by: Rachel Kang <rachelkang@microsoft.com>

* Edits. (#249)

* Edit. (#250)

* Remove implicit usings. (#251)

* Typo fix. (#252)

* AffineTransform class replaced by Matrix3x2 struct. (#255)

* Feedback incorporated.

Removed CSS references.

* Link fixed.

* Edit.

Co-authored-by: Andy (Steve) De George <67293991+adegeo@users.noreply.github.com>
Co-authored-by: Eilon Lipton <Eilon@users.noreply.github.com>
Co-authored-by: sashi <82739042+sashi0034@users.noreply.github.com>
Co-authored-by: Rachel Kang <rachelkang@microsoft.com>

* App lifecycle (#226)

* First draft.

* Add app lifecycle to TOC and index.

* Added links.

* Configure for WinUI API doc links.

* Resize image.

* Edit.

* Edit.

* Preview 8 code updates.

* Custom lifecycle events section added.

* Edits.

* Retrieve the Window object section added.

* Use media folder.

* Native > platform, and global usings.

* Feedback incorporated.

* Edit.

* Edit.

* Edit.

* Use latest constants.

Co-authored-by: Andy (Steve) De George <67293991+adegeo@users.noreply.github.com>
Co-authored-by: Eilon Lipton <Eilon@users.noreply.github.com>
Co-authored-by: sashi <82739042+sashi0034@users.noreply.github.com>
Co-authored-by: Rachel Kang <rachelkang@microsoft.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants