microsoft / Extensible-Digital-Content

This template is a media viewer that enables a user to interact and view media files on both Xbox console and Desktop.
MIT License
6 stars 2 forks source link

Finalize how code-behind and xaml field initializations should be managed. #3

Open andrewbanks17 opened 7 months ago

andrewbanks17 commented 7 months ago

Some component values are defined within the XAML files, while others reside in the code-behind (XAML.CS). The intent is to allow developers to change certain values while preserving others as static(xaml). However, this doesn't seem to clear all the time.

Future Action: Come up with some guideline to determine where the value should be set so code is consistent.