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.5 |
.NET | 200.3 - 200.5 |
.NET Windows | 200.3 - 200.5 |
.NET Android | 200.3 - 200.5 |
.NET iOS | 200.3 - 200.5 |
.NET Framework | 200.3 - 200.5 |
UWP | 200.3 - 200.5 |