I just can't seem to figure this one out.
At the moment I'm building my own component made up of Xamarin.Forms controls, it looks something like this.
MyComponent : StackLayout
Label
Switch
I want to have the text bindable property from the Label available on the MyComponent, same with the Switch bindable property.
I'm wondering what's the best way to achieve this? I have a few solutions but I'm sure there's some recommended techniques?
Thanks