Version

ContentVerticalAlignment Enumeration

Describes how a view is vertivally positioned within its parent.
Syntax
public enum ContentVerticalAlignment : System.Enum 
Members
MemberDescription
AutoThe view is autmatically aligned within the parent's bounds.
BottomThe view is aligned to the bottom of the parent's bounds.
CenterThe view is vertically centered in the parent's bounds.
StretchThe view is stretched to fill the parent's bounds.
TopThe view is aligned to the top of the parent's bounds.
Requirements

Target Platforms: Android 4.4+, iOS 8+

Development Environments: Visual Studio 2015+, Visual Studio for Mac Preview, Xamarin for Visual Studio 4.2+

See Also