maui-bindableproperty-generator icon indicating copy to clipboard operation
maui-bindableproperty-generator copied to clipboard

Feature Request

Open KannanKrish opened this issue 1 year ago • 2 comments

Overriding Property option will be nicer.

[AutoBindable(OnChanged = nameof(OnBackgroundColorChanged))] 
private Color backgroundColor;

to support,

[AutoBindable(OnChanged = nameof(OnBackgroundColorChanged))] 
private new Color backgroundColor;

It will helps me to override existing behaviors in custom controls.

KannanKrish avatar Mar 23 '23 16:03 KannanKrish

I think this is clearer than the expression HidesUnderliningProperty=true.

SF-Simon avatar Apr 01 '23 17:04 SF-Simon

Hi, thanks for the feedback, probably I can include this option in the next release and we can have both options and the dev can decide which option want to use, I will keep you guys updated.

rrmanzano avatar Apr 04 '23 14:04 rrmanzano