VitNX2_ProgressBarDisplayMode Enumeration

Fields
 
Name Value Description
CurrProgress 2
CustomText 3
NoText 0
Percentage 1
TextAndCurrProgress 5
TextAndPercentage 4
public enum VitNX2_ProgressBarDisplayMode
 {
     NoText,
     Percentage,
     CurrProgress,
     CustomText,
     TextAndPercentage,
     TextAndCurrProgress
 }
					
This language is not supported or no code example is available.

In this article

Definition