Alignment.Item Item[int] Access each alignment by axis index. Declaration public int this[int axis] { readonly get; set; } Parameters Type Name Description int axis The axis index to read or write. 0 => X 1 => Y 2 => Z Exceptions Type Condition System.IndexOutOfRangeException if axis < 0 || axis > 2