[Testing] Feature matrix UITest Cases for Visual Transform Control #32799
+1,327
−0
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This pull request adds a new VisualTransform feature matrix to the test application, allowing users to interactively explore and manipulate visual transformation properties (such as rotation, scale, translation, anchor points, and shadow) on a sample UI element. The implementation includes a new view model, Control page, and options page for setting transformation parameters.
VisualTransform Feature Matrix Addition
Added a new entry for the VisualTransform feature matrix in the main gallery page list, exposing it in the test app UI (
CorePageView.cs).Introduced
VisualTransformControlPageandVisualTransformControlMainPage, which display a demo element whose visual transformation properties can be interactively modified and reset. Navigation to an options page is supported for property editing (VisualTransformControlPage.xaml,VisualTransformControlPage.xaml.cs). [1] [2]Added
VisualTransformOptionsPagefor editing transformation properties (rotation, scale, translation, anchor points, visibility, and shadow) with two-way data binding to the view model (VisualTransformOptionsPage.xaml,VisualTransformOptionsPage.xaml.cs). [1] [2]Implemented
VisualTransformViewModelto encapsulate all transformation-related properties, support property change notifications, and provide a reset command for restoring default values (VisualTransformViewModel.cs).Identified Issue:
Screen.Recording.2025-11-21.at.7.02.26.PM.mov