ProgressBarTitle Property

Gets or sets the title of ProgressBar.

Definition

Namespace: BeeMobile.ProgressBar
Assembly: BeeMobile.ProgressBar.NET48 (in BeeMobile.ProgressBar.NET48.dll) Version: 4.8.1.0
C#
public string Title { get; set; }

Property Value

String
String - a string of characters used as a title for the ProgressBar. Default is "Progress..."

Remarks

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.

See Also