Skip to content

UIProgressBar.PercentageFormat Property

Definition

Namespace: Brine2D.UI

Format string for the progress text. The token {0} is replaced with the current percentage \(0–100\). Defaults to "{0:0}%". Ignored when ProgressTextProvider is set.

C#
public string PercentageFormat { get; set; }

Property Value

System.String