namespace DPumpHydr.WinFrmUI.RLT.Enum.Metro
{
#region ProgressOrientationEnum
public enum ProgressOrientation
{
///
/// Sets the progressbar on horizontal orientation.
///
Horizontal,
///
/// Sets the progressbar on vertical orientation.
///
Vertical
}
#endregion
}