/**
 *
 */
package org.nativescript.widgets;

/**
 * @author hhristov
 *
 */
public enum Dock {
	left,
	top,
	right,
	bottom
}
