public enum ContentVerticalAlignment : System.Enum
Member | Description |
---|---|
Auto | The view is autmatically aligned within the parent's bounds. |
Bottom | The view is aligned to the bottom of the parent's bounds. |
Center | The view is vertically centered in the parent's bounds. |
Stretch | The view is stretched to fill the parent's bounds. |
Top | The view is aligned to the top of the parent's bounds. |
Target Platforms: Android 4.4+, iOS 8+
Development Environments: Visual Studio 2015+, Visual Studio for Mac Preview, Xamarin for Visual Studio 4.2+