ProgressBarTitle Property
Gets or sets the title of ProgressBar.
Namespace: BeeMobile.ProgressBarAssembly: BeeMobile.ProgressBar.NET48 (in BeeMobile.ProgressBar.NET48.dll) Version: 4.8.1.0
public string Title { get; set; }
Public Property Title As String
Get
Set
Property Value
StringString - a string of characters used as a title for the
ProgressBar. Default is "Progress..."
The title is used drawn in the center of ProgressBar and is used to describe the operation
which progress is displayed by the ProgressBar, such as: "copying...", "downloading...",
"processing...", etc.