Version

ContentHorizontalAlignment Enumeration

Describes how a view is horizontally positioned within its parent.
Syntax
public enum ContentHorizontalAlignment : System.Enum 
Members
MemberDescription
AutoThe view is autmatically aligned within the parent's bounds.
CenterThe view is horizontally centered in the parent's bounds.
LeftThe view is aligned to the left of the parent's bounds.
RightThe view is aligned to the right of the parent's bounds.
StretchThe view is stretched to fill 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