package org.nativescript.widgets;

/**
 * @author hhristov
 */
public enum Orientation {
	horizontal,
	vertical
}
