GMPrakhar / MAUI-Designer

UI Designer for MAUI Applications
53 stars 6 forks source link

Generated XAML should only contain the properties that are modified for the view #14

Closed GMPrakhar closed 2 months ago

GMPrakhar commented 2 months ago

Currently, the generated XAML contains all the public writable properties for the visual elements. Ideally, this should only contain the properties that have been changed from the default values.