Gets or sets the interval between the time the image was last accessed and the time when the image expires from the session, cache, or file object.

Namespace:  C1.Web.UI.Controls.C1Gauge
Assembly:  C1.Web.UI.Controls.3 (in C1.Web.UI.Controls.3.dll)

Syntax

C#
[C1CategoryAttribute("Caching")]
public TimeSpan SlidingExpiration { get; set; }
Visual Basic (Declaration)
<C1CategoryAttribute("Caching")> _
Public Property SlidingExpiration As TimeSpan
	Get
	Set

Remarks

If this value is the equivalent of 5 minutes, the image expires and is removed from the transfer object 5 minutes after it was last accessed.

See Also