Back to Devexpress

TileBar.ShowItemShadow Property

wpf-devexpress-dot-xpf-dot-navigation-dot-tilebar-457e3926.md

latest1.2 KB
Original Source

TileBar.ShowItemShadow Property

Gets or sets whether tiles cast shadows. This is a dependency property.

Namespace : DevExpress.Xpf.Navigation

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

NuGet Package : DevExpress.Wpf.Controls

Declaration

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

Property Value

TypeDescription
Boolean

true, if tiles cast shadows; otherwise, false. The default is false.

|

Remarks

By default, tiles in the TileBar do not cast shadows. Set the ShowItemShadow property to true to show tile shadows.

See Also

TileBar Class

TileBar Members

DevExpress.Xpf.Navigation Namespace