Search
ProgressBar.Format Property
See Also
 





Gets or sets the formatting string. This is a regular composite format string where 0 represents the percentage of the current progress, 1 represents the absolute progress value, 2 represents the minimum and 3 represents the maximum.

Namespace: MindFusion.UI.WinForms
Assembly: MindFusion.UI.WinForms

 Syntax

C#  Copy Code

public string Format { get; set; }

Visual Basic  Copy Code

Public Property Format As String

 Property Value

 See Also