Back to Devexpress

Tile.ContentChangeInterval Property

wpf-devexpress-dot-xpf-dot-layoutcontrol-dot-tile-ee69290a.md

latest1.6 KB
Original Source

Tile.ContentChangeInterval Property

Gets or sets the content change interval. This is a dependency property.

Namespace : DevExpress.Xpf.LayoutControl

Assembly : DevExpress.Xpf.LayoutControl.v25.2.dll

NuGet Package : DevExpress.Wpf.LayoutControl

Declaration

csharp
public TimeSpan ContentChangeInterval { get; set; }
vb
Public Property ContentChangeInterval As TimeSpan

Property Value

TypeDescription
TimeSpan

A TimeSpan structure that specifies the content change interval.

|

Remarks

A tile can display varying content changed at the time interval specified by the ContentChangeInterval property. If this property is not specified, the default time interval is used (Tile.DefaultContentChangeInterval).

See Also

ContentSource

AnimateContentChange

Tile Class

Tile Members

DevExpress.Xpf.LayoutControl Namespace