You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
/// Gets or sets an optional string to be displayed instead of the default percentage string. If this isn't provided, something like "70%" will be displayed.
49
45
/// </summary>
50
-
public
51
-
#if WINRT
52
-
string
53
-
#else
54
-
BindableString
55
-
#endif
56
-
ValueStringOverride {get;set;}
46
+
publicBindableStringValueStringOverride{get;set;}
57
47
58
48
/// <summary>
59
49
/// Gets or sets a status string (Required), which is displayed underneath the progress bar. This string should reflect the status of the operation, like "Downloading..." or "Installing..."
0 commit comments