using System;
namespace LYFZ.OtherExpansion.SkinClass
{
	public enum RoundStyle
	{
		None,
		All,
		Left,
		Right,
		Top,
		Bottom,
		BottomLeft,
		BottomRight
	}
}