Hello,
I am a newbee in Xamarin and Xamarin.Forms.
I just look at the "Xamarin.Forms.StackLayout" class and I want to see all members in this class to learn all functionalities of this layout.
But in the api doc:
http://developer.xamarin.com/api/type/Xamarin.Forms.StackLayout/
There are only 2 public properties:
- Orientation
- Spacing
Is there any documentation to see all inherited members?
Best regards,
Emre