LoadingTextOverride Property
Gets or sets single string which can have three different strings separated by a '|' character. The downloading string can contain the token "Percentage" which will be replaced with the percent downloaded when the chart is loading. The default setting isPercentage)|Loading"
Syntax
'Declaration Public Property LoadingTextOverride As String
'Usage Dim instance As NavigatorOptions Dim value As String instance.LoadingTextOverride = value value = instance.LoadingTextOverride
public string LoadingTextOverride {get; set;}
Requirements
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
See Also