public enum ContentHorizontalAlignment : System.Enum
Member | Description |
---|---|
Auto | The view is autmatically aligned within the parent's bounds. |
Center | The view is horizontally centered in the parent's bounds. |
Left | The view is aligned to the left of the parent's bounds. |
Right | The view is aligned to the right of the parent's bounds. |
Stretch | The view is stretched to fill 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+