namespace QVCopier.Components.TextProgressBar { public enum TextProgressBarDisplayMode { NoText, Percentage, CurrProgress, CustomText, TextAndPercentage, TextAndCurrProgress } }