Property ImageRefreshInterval
ImageRefreshInterval
Gets or sets the image refresh interval. This property is useful only for a pop-up media of type Image.
Declaration
public TimeSpan ImageRefreshInterval { get; set; }Property Value
| Type | Description | 
|---|---|
| System.TimeSpan | The image refresh interval. | 
Remarks
A refresh interval of System.TimeSpan.Zero means "never refresh." The default value is System.TimeSpan.Zero. Negative time spans are not allowed.
Applies to
Platforms and versions
| Target | Versions | 
|---|---|
| .NET Standard 2.0 | 200.3 - 200.8 | 
| .NET | 200.3 - 200.8 | 
| .NET Windows | 200.3 - 200.8 | 
| .NET Android | 200.3 - 200.8 | 
| .NET iOS | 200.3 - 200.8 | 
| .NET Framework | 200.3 - 200.8 | 
| UWP | 200.3 - 200.8 |