Back to Devexpress

Tile.AnimateContentChange Property

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

latest1.3 KB
Original Source

Tile.AnimateContentChange Property

Gets or sets whether to play the animation when the tile’s content changes. This is a dependency property.

Namespace : DevExpress.Xpf.LayoutControl

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

NuGet Package : DevExpress.Wpf.LayoutControl

Declaration

csharp
public bool AnimateContentChange { get; set; }
vb
Public Property AnimateContentChange As Boolean

Property Value

TypeDescription
Boolean

true to play the animation when the tile’s content changes; otherwise, false.

|

See Also

ContentSource

ContentChangeInterval

Tile Class

Tile Members

DevExpress.Xpf.LayoutControl Namespace