  | TaskDialogProgressBarMaximum Property  | 
 
            Gets or sets the upper bound of the range of the task dialog's progress bar.
            
 
    Namespace: 
   Ookii.Dialogs
    Assembly:
   Ookii.Dialogs (in Ookii.Dialogs.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic int ProgressBarMaximum { get; set; }Public Property ProgressBarMaximum As Integer
	Get
	Set
public:
property int ProgressBarMaximum {
	int get ();
	void set (int value);
}member ProgressBarMaximum : int with get, set
Property Value
Type: 
Int32
            The upper bound of the range of the task dialog's progress bar. The default value is 100.
            
Exceptions
Remarks
See Also