Version

HorizontalCellAlignment Enumeration

Enumeration for horizontal alignment styles. Default value is used in property override situations.
Syntax
public enum HorizontalCellAlignment : System.Enum 
Members
MemberDescription
CenterCentered alignment.
CenterAcrossSelectionCenters the contents of the left-most cell in a center across selection group. All other cells in the center across selection group must be empty. The cells are not merged, and the data may appear to be in a cell other than the left-most cell.
DefaultUse the current default.
DistributedDistributed alignment.
FillRepeat cell value to fill whole cell.
GeneralAlignment depends on underlying data type.
JustifyJustify alignment.
LeftLeft alignment.
RightRight alignment.
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